UiPath · JSON Structure

Orchestrator Queue Item Structure

A single transaction item in a queue

Type: object Properties: 14
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

QueueItem is a JSON Structure definition published by UiPath, describing 14 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Id Key QueueDefinitionId Status ReviewStatus Priority Reference SpecificContent Output CreationTime StartProcessing EndProcessing RetryNumber DueDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/orchestrator-queue-item-structure.json",
  "name": "QueueItem",
  "description": "A single transaction item in a queue",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int64",
      "description": "Unique integer identifier of the queue item",
      "example": 12345
    },
    "Key": {
      "type": "uuid",
      "description": "Unique GUID key for the queue item",
      "example": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    },
    "QueueDefinitionId": {
      "type": "int64",
      "description": "ID of the queue this item belongs to",
      "example": 12345
    },
    "Status": {
      "type": "string",
      "enum": [
        "New",
        "InProgress",
        "Failed",
        "Successful",
        "Abandoned",
        "Retried",
        "Deleted"
      ],
      "description": "Current processing status of the queue item",
      "example": "New"
    },
    "ReviewStatus": {
      "type": "string",
      "enum": [
        "None",
        "InReview",
        "Verified",
        "Retried"
      ],
      "description": "Manual review status for failed items",
      "example": "None"
    },
    "Priority": {
      "type": "string",
      "enum": [
        "Low",
        "Normal",
        "High"
      ],
      "description": "Processing priority of the queue item",
      "example": "Low"
    },
    "Reference": {
      "type": "string",
      "description": "Optional unique reference string for idempotency",
      "example": "example-value"
    },
    "SpecificContent": {
      "type": "object",
      "additionalProperties": true,
      "description": "Custom key-value payload data for the queue item",
      "example": "example-value"
    },
    "Output": {
      "type": "object",
      "additionalProperties": true,
      "description": "Output data written by the robot after processing",
      "example": "example-value"
    },
    "CreationTime": {
      "type": "datetime",
      "description": "ISO 8601 timestamp when the item was added to the queue",
      "example": "2026-01-15T10:30:00Z"
    },
    "StartProcessing": {
      "type": "datetime",
      "description": "ISO 8601 timestamp when processing began",
      "example": "2026-01-15T10:30:00Z"
    },
    "EndProcessing": {
      "type": "datetime",
      "description": "ISO 8601 timestamp when processing ended",
      "example": "2026-01-15T10:30:00Z"
    },
    "RetryNumber": {
      "type": "int32",
      "description": "Number of times this item has been retried",
      "example": 1
    },
    "DueDate": {
      "type": "datetime",
      "description": "Optional deadline for processing the item",
      "example": "2026-01-15T10:30:00Z"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/orchestrator-queue-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.