POST /v1/tenants/{tenant_id}/schemas/list
Returns a paginated list of schema versions for the tenant, ordered from newest to oldest. Each entry includes the version identifier and the timestamp at which it was created. The response also includes the head field indicating the latest schema version.
Path Parameters
The tenant identifier. Use
t1 for single-tenant deployments. Must match ^([a-zA-Z0-9_\-@\.:+]{1,128}|\*)$.Request Body
Number of schema versions to return per page. Must be
>= 1.Pagination token from a previous response. Omit for the first page.
Response
The version identifier of the latest (head) schema for this tenant.
Ordered list of schema versions.
Pagination token for retrieving the next page. Empty when there are no more results.
Example
Error Codes
| HTTP Status | Description |
|---|---|
400 | Bad request — invalid fields |
401 | Unauthorized |
404 | Tenant not found |
429 | Rate limit exceeded |
500 | Internal server error |