Skip to main content
GET
/
knowledge
/
content
/
{content_id}
{
  "id": "3c2fc685-d451-4d47-b0c0-b9a544c672b7",
  "name": "example.pdf",
  "description": "",
  "type": "application/pdf",
  "size": "251261",
  "metadata": {},
  "access_count": 1,
  "status": "completed",
  "status_message": "",
  "created_at": "2025-09-08T15:22:53Z",
  "updated_at": "2025-09-08T15:22:54Z"
}

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 details retrieved successfully

id
string
required
name
string | null
description
string | null
type
string | null
size
string | null
linked_to
string | null
metadata
object | null
access_count
integer | null
status
enum<string> | null

Enumeration of possible content processing statuses.

Available options:
processing,
completed,
failed
status_message
string | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
I