Skip to main content
GET
List AI extraction reviews (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

Extraction reviews on this page

limit
integer<int64>
requerido

Page size requested

Ejemplo:

50

nextCursor
string

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

prevCursor
string

Opaque cursor for the previous page; empty when at the start