Get Schema
Retrieve a schema definition including field types, Field Registry mappings, version number, and metadata by its unique ID.
GET
/v1/schemas/:idPath parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | The schema ID (e.g., sch_abc123) |
Example
curl https://api.talonic.com/v1/schemas/sch_abc123 \
-H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"