Skip to main content
GET
/
knowledge
/
content
/
{content_id}
/
status
{
  "status": "completed",
  "status_message": ""
}

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

The ID of the database to use

Response

Content status retrieved successfully

Response model for content status endpoint.

status
enum<string>
required

Enumeration of possible content processing statuses.

Available options:
processing,
completed,
failed
status_message
string
default:""
I