Skip to main content

Search assessments, findings, and reports

GET 

/api/v1/search

Global search across assessments, findings, and reports for the caller's organization.

Runs the three searches in parallel using the database text indexes with a regex substring fallback when the query is too short or the text index is missing.

  • Scope required: assessments:read.
  • Rate-limit tier: search (60 req/min per user).
  • RBAC: results are filtered through get_accessible_assessment_ids members and managers only see assessments assigned to them.
  • Response totals are per-type capped at limit; combined total is therefore up to 3 * limit.

Request

Responses

Successful Response