review_run.completedA run has finished extraction, verification, and brief compilation where available.
Webhooks
Webhooks let support tools, internal queues, and product workflows react when Kivo completes a review run or routes an output for human attention.
Subscribe to the state transitions your workflow actually needs.
review_run.completedA run has finished extraction, verification, and brief compilation where available.
review_run.failedA run failed closed and should be inspected or retried.
review_brief.createdA source-linked brief is ready for downstream review queues.
gate_verdict.changedA verdict changed after policy or reviewer action.
{
"type": "review_brief.created",
"review_run_id": "run_123",
"safe_use_status": "needs_review",
"unsupported_claim_count": 3,
"request_id": "req_abc"
}Send `needs_review` or `needs_repair` runs into the right operations queue.
Use event IDs and request IDs to make downstream processing idempotent.