Run a saved report asynchronously

Submits an async execution job for a saved report identified by ID. Returns 202 immediately with a Location header pointing to the operation status endpoint. Requires the Idempotency-Key header. Use ?dryRun=true to validate without creating an operation.

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

The saved report ID.

Query Params
boolean

If true, validates the request and returns 200 without creating an operation or submitting a job.

string
^P(\d+Y)?(\d+M)?(\d+D)?$

An optional parameter to override the report time settings. Value should be represented in the format P[n]Y[n]M[n]D[n]. In the representations, the [n] is replaced by the value for each of the date and time elements that follow the [n]. Cannot be combined with startDate/endDate.

date

An optional parameter to override the report time settings. Must be provided together with endDate. Format: yyyy-mm-dd

date

An optional parameter to override the report time settings. Must be provided together with startDate. Format: yyyy-mm-dd

Headers
string
required

Unique key for this submission. Required on every request.

Responses

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