Skip to main content
Search for content using standard filters or semantic search.

Input Schema

Parameters

ParameterTypeDefaultDescription
projectIdstringsession defaultProject to search in
querystring-Natural language semantic search query
typeIdstring-Filter by content type
statusstringpublishedFilter by status
tagsstring[]-Filter by tags
pagenumber1Page number
limitnumber20Items per page (max 100)

Response

FieldTypeDescription
itemsarrayArray of content objects
items[].idstringUnique content identifier
items[].namestringDisplay name/title
items[].descriptionstringContent description
items[].statusstringPublication status
items[].typeIdstringContent type identifier
items[].typeVersionnumberContent type schema version
items[].tagsstring[]Categorization tags
items[].excerptstringRelevant text excerpt (with query)
items[].similaritynumberSimilarity score 0-1 (with query)
items[].metadataobjectAdditional metadata
totalnumberTotal matching items

Example

Request

Response

Usage

Search using natural language:

Filter by Content Type

Find all content of a specific type:

Filter by Tags

Find content with specific tags:
Combine semantic search with filters:

Find Draft Content

Search for unpublished content: