Get the status of an asynchronous request
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
requestId
The ID of the request to check.
Response
OK
response
status
The current status of the request (pending, completed, error)
error
The error message, if available