Skip to main content
Request status
The status of an asynchronous request can be checked with task.status in the API request result.
PENDINGData aggregation is in preparation
RUNNINGData is being aggregated.
SUCCESSThe aggregation is completed and returns the result.
FAILUREThe request has failed.
CANCELEDThe request has been canceled.

Try API Request

GET

Request


Headers

string
You can specify the language to use for API requests and responses. It follows the ISO-639-1 format.
string
Represents the media type of the resource. Defaults to application/json.
string
The key value to use for API requests. Instructions for getting API keys are in “how to generate API Keys”.

Path Params

string
required
Airbridge App Name. (Unique ID)
string
required
The task_id returned by the result of the ‘Request Report’ API.

Query Params

number
The number of rows to be skipped.Get results except the first N number of rows.The default is 0.
number
A limit on the number of rows to be returned.Get results of the next N rows after those skipped by the skip option.The default is 10000.e.g.) ?skip=200&size=100In this case, it returns the rows 201 to 300. (skips first 200 rows, gets next 100 rows)

Response


200

200

404