Skip to content

Searching errors

Use the dashboard search palette (⌘K / Ctrl+K) or the Errors page filters to find incidents.

Global search (⌘K)

For tenant users, the palette calls GET /api/search?q=... and shows matching errors and targets alongside static navigation links.

Superadmins also see tenant name matches from the tenants search endpoint.

GET /api/search/errors?q= — full-text search over log line, traceback, type, and signature (tenant-scoped).

Optional query parameters:

Parameter Description
status Filter by error status (e.g. pending, fixed)
target_id Limit to one target
limit / offset Pagination

GET /api/search — unified search across errors and targets (and users/tenants for superadmin).

Tips

  • Use at least two characters in the palette for server-backed results.
  • Combine status filters on the Errors page with search for narrower lists.