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

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

contextId
string<uuid>
obrigatório

Context ID

Parâmetros de consulta

status
enum<string>

Filter by status

Opções disponíveis:
PENDING_REVIEW,
APPROVED,
REJECTED
limit
integer<int64>

Page size

Intervalo obrigatório: 1 <= x <= 200
cursor
string

Opaque pagination cursor

Resposta

OK

items
object[] | null
obrigatório

Page of rule-suggestion reviews

limit
integer<int64>
obrigatório

Maximum number of items requested for this page

Exemplo:

20

nextCursor
string

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

Exemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string

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

Exemplo:

"eyJpZCI6IjEyMiJ9"