curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-stores/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"s3Bucket": "<string>",
"s3Prefix": "<string>",
"storeType": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single OrchestratorStore by its unique identifier. Orchestrator stores manage document storage for pipeline-based processing.
curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-stores/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"s3Bucket": "<string>",
"s3Prefix": "<string>",
"storeType": "<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 OrchestratorStore
An orchestrator store manages document storage for pipeline-based processing.