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

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

contextId
string<uuid>
requerido

Context ID

Parámetros de consulta

status
enum<string>

Filter by status

Opciones disponibles:
PENDING_REVIEW,
APPROVED,
REJECTED
limit
integer<int64>

Page size

Rango requerido: 1 <= x <= 200
cursor
string

Opaque pagination cursor

Respuesta

OK

items
object[] | null
requerido

Page of rule-suggestion reviews

limit
integer<int64>
requerido

Maximum number of items requested for this page

Ejemplo:

20

nextCursor
string

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

Ejemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string

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

Ejemplo:

"eyJpZCI6IjEyMiJ9"