v1
latestOpenAPI 3.1.02026-07-13250151.3 KBfindings
List the write-back findings for an intent. Optionally filter by status.
Findings come from the intent's implementation_findings JSONB array, sanitized on read (capped length, malformed legacy rows dropped). The optional status query param filters in-memory after the sanitize pass; reconciled findings include a reconciledAt timestamp. count reflects the returned (post-filter) set. No rate limiting on this GET.
get/api/v1/intents/{id}/findings
Path parameters
idstring required
id path parameter.
Query parameters
status'open' | 'reconciled' | 'dismissed'
Optional exact-match filter on finding status. Omit to return findings of every status.
workspace_idstring
Required ONLY for cookie-session auth; identifies the target workspace. Ignored for API-key auth.
Response
OK — returns { intentId, findings, count }
object required