Skip to main content
GET
/
knowledge
/
content
/
{content_id}
/
status
Get Content Status
curl --request GET \
  --url https://api.example.com/knowledge/content/{content_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "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

Current processing status of the content

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

Status message or error details