List AI match-rule suggestions (the human-review queue)
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.
GET
List AI match-rule suggestions (the human-review queue)
Authorizations
Bearer token authentication (format: "Bearer {token}")
Path Parameters
Context ID
Query Parameters
Filter by status
Available options:
PENDING_REVIEW, APPROVED, REJECTED Page size
Required range:
1 <= x <= 200Opaque pagination cursor
Response
OK
Page of rule-suggestion reviews
Maximum number of items requested for this page
Example:
20
Opaque cursor for the next page; empty when there are no more results
Example:
"eyJpZCI6IjEyMyJ9"
Opaque cursor for the previous page; empty on the first page
Example:
"eyJpZCI6IjEyMiJ9"

