v2
latestOpenAPI 3.1.02026-08-0382170235.8 KBknowledge-gaps
knowledge-gaps
List knowledge gaps (workspace queue)
List the workspace's knowledge-gap queue. Cursor-paginated. With a state filter, results are strictly newest-first by created_at; without state they are grouped by state first (then created_at), so pass state (e.g. open for the to-route queue, resolved for the re-answer queue) for a chronological view. updated_since enables cheap incremental polling.
get/knowledge-gaps
Query parameters
state'open' | 'routed' | 'ingested' | 'resolved' | 'expired' | 'dismissed' | 'duplicate' | 'reopened' nullable
Filter to one gap state.
Filter to one gap state.
updated_sincestring date-time nullable
Only gaps updated at/after this ISO 8601 timestamp.
Only gaps updated at/after this ISO 8601 timestamp.
limitinteger
cursorstring nullable
Opaque pagination cursor.
Opaque pagination cursor.
Response
Successful Response