Full-text search across the caller's projects, scans, findings, repos, and disclosures.
GET/v1/search
Backed by the FTS5 search index. Used by the global search-box dropdown, but also useful programmatically (e.g. find a scan by title or a finding by CVE id).
Empty q, or a q whose tokens reduce to nothing after stripping FTS5-meaningful punctuation, returns an empty result set rather than 400. The last token is prefix-matched so partial input ("auth" → matches "authentication") behaves the way an autocomplete user expects.
Request
Responses
- 200
- 401
Search results grouped by entity type.
Missing or invalid bearer token.