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

Listing of Schema

SCHEMA LISTING

Returns all schemas

GET /schemas

Returns all schemas

Query Parameters

Name
Type
Description

pageIndex

Integer

The number of pages to skip before starting to collect the result set

pageSize

Integer

The numbers of items to return

{
    // Response
}

Last updated