Skip to main content
GET
Get schema version

Authorizations

x-api-key
string
header
required

Team API key created under /api/api-keys. Prefix: sb_api_.

Path Parameters

projectId
string<uuid>
required

Project UUID in the team associated with the API key.

schemaId
string<uuid>
required

Schema UUID that belongs to the provided project.

versionId
string<uuid>
required

Schema version UUID that belongs to the provided schema.

Response

Schema version

id
string<uuid>
schemaId
string<uuid>
version
integer
schema
object

Declarative schema config used by schema versions. This is the v1 public contract when paired with schemaConfigVersion="v1" and formatVersion=1.

createdAt
string<date-time>
updatedAt
string<date-time> | null