Get async request status
GET/v1/open-api/request/:requestId
Get the processing status of an async request. Any authenticated token may call it, but it only returns requests created with that same token.
Request
Responses
- 200
- 401
- 404
- 429
The request status.
Invalid, revoked or expired token (401).
Resource not found (404).
Rate limit of 60 requests/minute exceeded (429).