Get the status of an asynchronous request

Authentication

AuthorizationBearer

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

Path parameters

requestIdstringRequired
The ID of the request to check.

Response

OK
responseany
statusstring

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

errorstring or null
The error message, if available