Search
Search across all entity types within the authenticated organization.
Applies ilike substring matching on name fields and Postgres prefix tsquery (to_tsquery with :*) FTS on free-form text fields (description, notes).
Parameters
q : str Search query, minimum 2 characters. limit : int Maximum number of results to return in this page (1–100). offset : int Number of results to skip before this page. per_type : int Maximum results to return per entity type (1–20). Defaults to 5. entity_types : list[str] | None When provided, restrict results to these entity type strings. Omit to search all types. project_id : str | None When set, scope project-scoped entities (pipelines, optimizations, studies) to this project. Org-scoped entities are unaffected.
Returns
SearchResponse Paginated results from matching entity types with total count.
Query parameters
Search query (minimum 2 characters)
Search query (minimum 2 characters)
Maximum results to return in this page
Maximum results to return in this page
Number of results to skip before this page
Number of results to skip before this page
Maximum results to return per entity type (1–20).
Maximum results to return per entity type (1–20).
Restrict to these entity type strings (repeatable). Omit to search all types.
Restrict to these entity type strings (repeatable). Omit to search all types.
When set, scope project-scoped entities to this project.
When set, scope project-scoped entities to this project.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.