Queue APIs
Get Queue Item result
Get queue item result.
GET
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Your queue ID. It is the ID of the queue you provided when creating it.
Queue item run ID, obtained from the append queue item endpoint response.
Response
200 - application/json
The result of an item execution. Can be queued, pending, completed or failed. Queued means the item has not been processed yet. Pending means the item is currently being processed, and thus cannot be deleted.
The run ID of the item
Execution status of the item
Available options:
queued