curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-content-objects/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"contentType": "<string>",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"id": "<string>",
"labels": {},
"metadata": {},
"mimeType": "<string>",
"organizationId": "<string>",
"path": "<string>",
"status": "<string>",
"storeId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single OrchestratorContentObject by its unique identifier. Orchestrator content objects represent files within orchestrator stores.
curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-content-objects/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"contentType": "<string>",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"id": "<string>",
"labels": {},
"metadata": {},
"mimeType": "<string>",
"organizationId": "<string>",
"path": "<string>",
"status": "<string>",
"storeId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The OrchestratorContentObject
An orchestrator content object represents a file within an orchestrator store.