List recurring approval groups
GET/api/v1/approvals/recurrences
Read-only rollup answering "what keeps coming back?" — groups items by dedup_key and returns those recurring at least min_count times, most-recurrent first. Each group carries the ordered item chain (via previous_item_id) and the resolution reasons in order, so a human can read recurring rejections side by side and graduate the pattern into a guardrail deny. Exact-key grouping only; no cluster state is stored.
Request
Responses
- 200
- 400
- 401
- 403
- 500
List of recurrence groups
Invalid status filter value
Unauthorized
Forbidden
Internal server error