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_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
data
The asynchronous request object.
This object represents a request that has been submitted
for further background processing.