Skip to main content
GET
List XSD Schemas

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Query Parameters

limit
integer<int64>
default:10

Number of items per page (1-100).

Example:

10

cursor
string

Pagination cursor (opaque).

sortBy
string

Sort field.

Example:

"createdAt"

sortOrder
string

Sort order (ASC or DESC).

Example:

"DESC"

Response

Indicates that the request was successful and the response contains the requested data.

hasMore
boolean
required
Example:

true

items
object[] | null
required
nextCursor
string
required
Example:

"eyJpZCI6IjAxOGYzZTJhIn0="