Skip to main content
GET
Get ContentObject by ID

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 ContentObject

A content object represents an individual file or processing result within a document family.

changeSequence
integer<int32>
required

Optimistic locking version number.

contentMetadata
object | null
required

Content-level metadata extracted during processing.

contentType
integer<int32>
required

Type of content: DOCUMENT or NATIVE.

created
string<date-time> | null
required
createdOn
string<date-time>
required

Timestamp when the content object was created.

docTransitionType
string
required
documentFamilyId
string | null
required

ID of the parent document family.

documentTaxonValidations
object[] | null
required
documentVersion
string
required

Document version identifier.

id
string
required

Unique identifier (UUID) for the content object.

index
integer<int32>
required

Ordering index within the document family.

metadata
object | null
required

Metadata extracted from the content.

mixins
string[] | null
required

List of mixin names applied to this content object (e.g., spatial, workbook, text).

modified
string<date-time> | null
required
name
string
required
size
integer<int64>
required

File size in bytes.

source
object
required

Source/origin metadata for the content object.

sourceContentObjectId
string | null
required
storeRef
string
required

Reference to the storage location.

summary
string
required

AI-generated summary of the content.

updatedOn
string<date-time>
required

Timestamp when the content object was last updated.

uuid
string
required

Secondary UUID identifier.

deleteUserEmail
string
deleteUserId
string
deleted
boolean | null
deletedDate
string<date-time> | null