Retrieves the current status of a previously submitted API request.
/api/enterprise/request/status//auth/token/ endpoint first.11db67b6-8345-4837-950f-87bbd8d7dcberequest_id, status, request_type, created_at and updated_at fields.
Sample Response
| Status | Description |
|---|---|
PENDING | The request has been received and is queued for processing. |
PROCESSING | The request is currently being processed. |
COMPLETED | The request has finished successfully. Result data is included in the response. |
FAILED | The request encountered an error during processing. |