Skip to main content

Get Schema

Retrieve a schema definition including field types, Field Registry mappings, version number, and metadata by its unique ID.

GET/v1/schemas/:id

Path parameters

ParameterTypeDescription
idstringThe schema ID (e.g., sch_abc123)

Example

curl https://api.talonic.com/v1/schemas/sch_abc123 \
  -H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"