Skip to main content
GET
List Content
The Content API provides flexible search with both simple query parameters and advanced filtering through request bodies.

Path Parameters

string
required
Organization ID
string
required
Project ID

Query Parameters

number
default:"20"
Items per page
string
Cursor for pagination (from previous response)
string
Filter by ContentType ID
string
Filter by tags (comma-separated)
string
Filter by status: draft, modified, published, unpublished, or deleted
Full-text search term
string
Natural language query for semantic search
string
Filter by template status (true or false)
string
Filter by folder ID (use null to get unfiled content)

Response

Content[]
Array of content objects
object
Pagination information

Example Response

Advanced Filtering (POST Method)

For complex queries, use the POST method with a JSON request body:

Request Body

Filter Operators

Available Sort Fields

When no sort is specified, content is sorted by updatedAt:desc by default.

Code Examples