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

Extraction reviews on this page

limit
integer<int64>
required

Page size requested

Example:

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