GET
/
knowledge
/
content
{
  "data": [
    {
      "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"
    }
  ],
  "meta": {
    "page": 1,
    "limit": 20,
    "total_pages": 1,
    "total_count": 2
  }
}

Headers

authorization
string | null

Query Parameters

limit
integer | null
default:20

Number of content entries to return

page
integer | null
default:1

Page number

sort_by
string | null
default:created_at

Field to sort by

sort_order
enum<string> | null
default:desc

Sort order (asc or desc)

Available options:
asc,
desc
db_id
string | null

The ID of the database to use

Response

Content list retrieved successfully

The response is of type object.