Skip to main content
GET
Get Content

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Workspace-Id
string | null

The workspace ID

Path Parameters

content_id
string
required

Response

Successful Response

Schema for reading content.

id
string
required

Content ID

name
string
required

Content name

description
string | null

Content description

metadata
Metadata · object | null

Content metadata

type
string | null

Content type/MIME type

size
integer | null

Content size in bytes

status
string | null

Content processing status

sync_status
string | null

Sync status

status_message
string | null

Status message

content_hash
string | null

Content hash

file_data
File Data · object | null

File data information

definition
string | null

Content definition

created_at
integer | null

Creation timestamp

updated_at
integer | null

Update timestamp

external_id
string | null

External system ID

collection_id
string | null

Collection ID

workspace_id
string | null

Workspace ID

config
Config · object | null

Content configuration

linked_to
string | null

Linked content ID

access_count
integer | null

Number of times accessed