Unified search across all content types
Search across all content types (marketplace agents, blocks, documentation) using hybrid search.
Combines semantic (embedding-based) and lexical (text-based) search for best results.
Query parameters
Content types to search. If not specified, searches all.
Content types to search. If not specified, searches all.
Response
Successful Response
Example response
{
"pagination": {
"total_items": 42,
"total_pages": 2,
"current_page": 1,
"page_size": 25
}
}Changes
Changed in 2 of the 92 revisions of this API.22
- ○
added the enum value
CHAT_SESSIONto the propertyanyOf[subschema #1]/items/of thequeryrequest parametercontent_typesrequest-parameter-property-enum-value-added
- ○
added the enum value
WORKSPACE_FILEto the propertyanyOf[subschema #1]/items/of thequeryrequest parametercontent_typesrequest-parameter-property-enum-value-added
- ○
- ▲
removed the enum value
CHAT_SESSIONfrom the propertyanyOf[subschema #1]/items/of thequeryrequest parametercontent_typesrequest-parameter-property-enum-value-removed
- ▲
removed the enum value
WORKSPACE_FILEfrom the propertyanyOf[subschema #1]/items/of thequeryrequest parametercontent_typesrequest-parameter-property-enum-value-removed
This revision also has 96 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲