Retrieve

Get the status and details of an asynchronous request. Requests that are too big to process in a single request window, such as bulk updates, are processed asynchronously. This endpoint returns the current state and details of such an async request.

Path parameters

async_request_idstringRequiredformat: "^areq_c[a-z0-9]{24}$"

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

dataobject
The asynchronous request object. This object represents a request that has been submitted for further background processing.