Get the status of an asynchronous request

Path parameters

requestIdstringRequired

The ID of the request to check.

Headers

AuthorizationstringRequired

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

Response

OK

responseany
statusstring

The current status of the request (pending, completed, error)

errorstringOptional

The error message, if available