Skip to main content
GET
list_extraction_schemas

Authorizations

X-API-Key
string
header
required

Query Parameters

cursor
string | null

Opaque cursor from a previous page's next_cursor. Omit for the first page.

limit
integer
default:50

Rows per page.

Required range: 1 <= x <= 200

Response

Successful Response

items
ExtractionSchemaSummary · object[]
required
total_count
integer
required

Exact, and filtered by the caller's access predicate.

next_cursor
string | null

Opaque; null means the last page.