Skip to main content
GET
/
api
/
orchestrator-content-objects
/
{id}
Get OrchestratorContentObject by ID
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>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The OrchestratorContentObject

An orchestrator content object represents a file within an orchestrator store.

changeSequence
integer<int32>
contentType
string
createdBy
string | null
createdOn
string<date-time>
id
string
labels
object
metadata
object
mimeType
string | null
organizationId
string
path
string
status
string
storeId
string
updatedOn
string<date-time>
uuid
string