For the complete documentation index, see llms.txt. This page is also available as Markdown.

GET v1/schemas

The following endpoint allows you to list data schemas for your account in a paginated list.

List data schemas

get

Retrieves a paginated list of data schemas.

Authorizations
X-API-KeystringRequired
Query parameters
pageSizeinteger · int32Optional
pageinteger · int32Optional
Responses
200

Payload of PagedResult containing DataSchema

application/json
total_pagesinteger · int32 · nullableOptional

The total number of pages available

total_recordsinteger · int32 · nullableOptional

The total number of records across all pages

pageinteger · int32 · nullableOptional

The page number to return (1-based)

Default: 1
page_sizeinteger · int32 · nullableOptional

The number of records to return per page

Default: 30
get
/v1/schemas
200

Payload of PagedResult containing DataSchema

Last updated