v1
latestOpenAPI 3.1.02026-07-13250151.3 KBQuery active evidence items for the authenticated workspace, with filtering and pagination.
List path. Filters on status='active' only. Default sort created_at DESC. 'count' is the exact total matching the filters (count: 'exact'), falling back to the returned page length if null. Every field is always present in the object (nullable columns serialize as null; tags/linkedIntentIds coalesce to []).
Query parameters
Filter to a single product.
Filter by evidence type: friction | quote | observation | metric | request. 400 if invalid.
Filter by severity: low | medium | high | critical. 400 if invalid.
Case-insensitive ILIKE substring match on content.
Comma-separated tag list; matches rows whose tags array contains ALL given tags.
Page size, default 50, capped at 200.
Pagination offset, default 0.
Required ONLY for cookie-session auth (no Bearer key); ignored for API-key auth. Without it, cookie auth returns 400.
Response
Evidence list returned.