GET
/
{workspaceId}
/
projects
/
{projectName}
/
queues
/
{queueId}
/
items
/
{itemRunId}
{
  "result": {
    "contracts": [
      {
        "contractId": 1,
        "status": "completed"
      }
    ]
  },
  "runId": "11111111-1111-1111-1111-111111111111",
  "status": "completed",
  "statusCode": 200
}

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

queueId
string
required

Your queue ID. It is the ID of the queue you provided when creating it.

itemRunId
string
required

Queue item run ID, obtained from the append queue item endpoint response.

Response

200 - application/json
runId
string
required

The run ID of the item

status
enum<string>
required

Execution status of the item

Available options:
queued