Skip to main content
GET
List AI match-rule suggestions (the human-review queue)

Authorizations

Authorization
string
header
required

Bearer token authentication (format: "Bearer {token}")

Path Parameters

contextId
string<uuid>
required

Context ID

Query Parameters

status
enum<string>

Filter by status

Available options:
PENDING_REVIEW,
APPROVED,
REJECTED
limit
integer<int64>

Page size

Required range: 1 <= x <= 200
cursor
string

Opaque pagination cursor

Response

OK

items
object[] | null
required

Page of rule-suggestion reviews

limit
integer<int64>
required

Maximum number of items requested for this page

Example:

20

nextCursor
string

Opaque cursor for the next page; empty when there are no more results

Example:

"eyJpZCI6IjEyMyJ9"

prevCursor
string

Opaque cursor for the previous page; empty on the first page

Example:

"eyJpZCI6IjEyMiJ9"