/extract

List Schemas

List schemas with optional search.

get/extract/schemas

Query parameters

limitinteger
cursorstring nullable
searchstring nullable

Response

Successful Response

total_countinteger required

Total number of schemas

next_cursorstring nullable

Next cursor to continue pagination. Omitted if there are no more schemas to retrieve.

prev_cursorstring nullable

Previous cursor to go back in pagination. Omitted if this is the first page.

Changes