Request Status

Get the current status of the requested report.

Response

Request Status

ValueDescription
pendingRequest received, waiting for processing.
processingProcessing started.
completedReport generated. Data is ready to use
retryRequest is re-tried, waiting for processing.
bad requestUser error. In this case read error message and apply fix.
internal errorServer error. In this case contact support or retry.

In Progress Response

This response object will be shown when the request is in progress.

PropertyDescriptionExample
status stringThe status of the request."pending", "processing", "retry"

Completed Response

This response object will be shown when the request is completed.

PropertyDescriptionExample
used_quota integerThe used data credits.35589
download_url stringOptional, depending on the delivery method. The url that is used to download the generated report."https://some.download.link"
status stringThe status of the request."completed"
data_points_count integerThe number of data points used.1779429

Failed Response

This response object will be shown when the request is completed but failed (either due to bad request or internal error).

PropertyDescriptionExample
status stringThe status of the request."bad_request", "internal error"
Language
Credentials
Header
Click Try It! to start a request and see the response here!