Skip to main content
GET
Get Content Status

Authorizations

Authorization
string
header
required

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

Path Parameters

content_id
string
required

Query Parameters

db_id
string | null

Database ID to use

knowledge_id
string | null

Knowledge base ID to use

Response

Content status retrieved successfully

Response model for content status endpoint.

status
enum<string>
required

Current processing status of the content

Available options:
processing,
completed,
failed
id
string | null

Content ID

status_message
string
default:""

Status message or error details