Queue APIs
Get Queue Item result
Get queue item result.
GET
/
{workspaceId}
/
projects
/
{projectName}
/
queues
/
{queueId}
/
items
/
{itemRunId}
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
queueId
string
requiredYour queue ID. It is the ID of the queue you provided when creating it.
itemRunId
string
requiredQueue 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.
runId
string
requiredThe run ID of the item
status
enum<string>
requiredExecution status of the item
Available options:
queued