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

Extraction reviews on this page

limit
integer<int64>
obrigatório

Page size requested

Exemplo:

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