v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
v2
store
public

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.

get/api/store/search

Query parameters

querystring required
content_typesContentType[] nullable

Content types to search. If not specified, searches all.

Content types to search. If not specified, searches all.

pageinteger
page_sizeinteger

Response

Successful Response

Example response

{
  "pagination": {
    "total_items": 42,
    "total_pages": 2,
    "current_page": 1,
    "page_size": 25
  }
}