Run the transformation pipeline over exported reports using a request body. Requires account manager rights.

Body-based counterpart to the GET transform endpoint: carries the account, date range, aggregation and
pipeline flags (enhance, upload, debug, aggregate, dry-run) in a single request object. The request's
start date must not be later than its end date, otherwise the request is rejected.

🔐 Required permission: AccountManager

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The transformation parameters: account, date range, aggregation and pipeline flags.

int32

The account id we data to transform the data for

uuid | null

Current task id

string
enum

report aggregation type

Allowed:
date-time | null

date to start looking for reports

date-time | null

date to stop looking for reports

boolean

indicates if we should enhance the data after we transform it

boolean

indicates if we should upload the data after transforming it

boolean

debug mode. in this mode, we do not throw exceptions

boolean | null

indicates if we should aggregate the data

boolean

Dry run mode: previews transformation without uploading.
When true: Upload=false, Aggregate=true, includes Draft columns.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json