List AI match-rule suggestions (the human-review queue)
Cursor-paginated list of rule suggestions for a context, optionally filtered by status (e.g. PENDING_REVIEW). Reads stored config-only candidates; egresses nothing. Tenant from the JWT, context from the path.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Path Parameters
Context ID
Query Parameters
Filter by status
PENDING_REVIEW, APPROVED, REJECTED Page size
1 <= x <= 200Opaque pagination cursor
Response
OK
Page of rule-suggestion reviews
Maximum number of items requested for this page
20
Opaque cursor for the next page; empty when there are no more results
"eyJpZCI6IjEyMyJ9"
Opaque cursor for the previous page; empty on the first page
"eyJpZCI6IjEyMiJ9"

