Robocorp · Schema
Robocorp Work Item
Schema for a Robocorp Control Room work item used in RPA process queues.
RPAWorkflow-AutomationPythonOpen-SourceAutomation
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique work item identifier |
| process_id | string | Identifier of the process this work item belongs to |
| state | string | Current state of the work item |
| payload | object | Arbitrary input data payload for the work item |
| created_at | string | Timestamp when the work item was created |
| updated_at | string | |
| exception | object | Error details if the work item failed |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/robocorp/json-schema/robocorp-work-item-schema.json",
"title": "Robocorp Work Item",
"description": "Schema for a Robocorp Control Room work item used in RPA process queues.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique work item identifier"
},
"process_id": {
"type": "string",
"description": "Identifier of the process this work item belongs to"
},
"state": {
"type": "string",
"description": "Current state of the work item",
"enum": ["PENDING", "INPROGRESS", "COMPLETED", "FAILED"]
},
"payload": {
"type": "object",
"description": "Arbitrary input data payload for the work item",
"additionalProperties": true
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the work item was created"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"exception": {
"type": "object",
"description": "Error details if the work item failed",
"properties": {
"type": {
"type": "string",
"description": "Exception type"
},
"code": {
"type": "string"
},
"message": {
"type": "string",
"description": "Error message"
}
}
}
},
"required": ["id", "process_id", "state"]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/robocorp-work-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.