curl --request GET \
--url https://platform.kodexa.ai/api/task-statuses/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"publicAccess": true,
"sequence": 123,
"slug": "<string>",
"statusType": "OPEN",
"template": true,
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"yamlSource": "<string>"
}Retrieves a single TaskStatus by its unique identifier. Task statuses define named states for tracking task workflow progress.
curl --request GET \
--url https://platform.kodexa.ai/api/task-statuses/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"publicAccess": true,
"sequence": 123,
"slug": "<string>",
"statusType": "OPEN",
"template": true,
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"yamlSource": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The TaskStatus
A task status defines a named state for tracking task workflow progress.
OPEN, IN_PROGRESS, DONE, BLOCKED