List External OpenAPI Schemas
Use this endpoint to retrieve a paginated list of the tenant’s external OpenAPI schemas. The response carries metadata only, without the specification content.
GET
List External OpenAPI Schemas
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Query Parameters
Number of items per page (1-100).
Example:
10
Pagination cursor (opaque).
Sort field.
Example:
"createdAt"
Sort order (ASC or DESC).
Example:
"DESC"

