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
  }
}

Changes

Changed in 2 of the 92 revisions of this API.22

    • added the enum value CHAT_SESSION to the property anyOf[subschema #1]/items/ of the query request parameter content_types

      request-parameter-property-enum-value-added

    • added the enum value WORKSPACE_FILE to the property anyOf[subschema #1]/items/ of the query request parameter content_types

      request-parameter-property-enum-value-added

    • removed the enum value CHAT_SESSION from the property anyOf[subschema #1]/items/ of the query request parameter content_types

      request-parameter-property-enum-value-removed

    • removed the enum value WORKSPACE_FILE from the property anyOf[subschema #1]/items/ of the query request parameter content_types

      request-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