Search Products
Search Products using type-ahead functionality.
Authentication Required: Requires product:read permission.
Searches on key, name, and brand property values within the user’s organization.
Honors the same brand / product-type / status / facet / contains filters as
the list endpoint so an active filter set narrows typeahead results too.
search_typeahead ANDs these filters with its own query $or, so
“matches the typeahead query AND name contains X” composes correctly.
Query Parameters
Search query
Maximum results
1 <= x <= 100Return all product sources (not just latest version)
Filter by product type key
Filter by status
Filter by enrichment status
Filter by computed publish status: draft | live | changed
^(draft|live|changed)$Filter by brand name
Filter by published status
Filter by source
Filter by creator (user ID)
Repeatable facet filter: key:value
Case-insensitive substring match on product name.
Case-insensitive substring match on product key.
true: restrict to products with at least one advisory quality finding on their latest scoring run. Same semantics as the list endpoint's filter of the same name, including the NOT-best-effort failure behavior (503/400 rather than a silent unfiltered fallback).