Search
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. per_type : int Maximum number of results to return per entity type (1–20).
Returns
SearchResponse Combined results from all searchable entity types.
Search
Query Parameters
Search query (minimum 2 characters)
Minimum string length:
2Maximum results per entity type
Required range:
1 <= x <= 20