Schemas API Reference
Use this section when you need documentation about schemas api reference in Orkes Conductor.
Start with the overview pages, then move into the reference or tutorial that matches the workflow, worker, API, or integration you are implementing.
Quick reference
Use this schemas API when you need to manage schemas from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.
| Endpoint | Description |
|---|---|
POST /api/schema |
Create Schema |
GET /api/schema |
Get All Schemas |
GET /api/schema/{name} |
Get Schema by Name |
GET /api/schema/{name}/{version} |
Get Schema by Name and Version |
DELETE /api/schema/{name} |
Delete Schema |
DELETE /api/schema/{name}/{version} |
Delete Schema Version |
Authentication: every endpoint above requires Orkes Conductor API credentials with permission for the target resource. See individual pages for path/query parameters, request bodies, and response examples.
Recommended path
If you are unsure where to begin, start with Create Schema, Get All Schemas, Get Schema by Name, Get Schema by Name and Version, Delete Schema. These pages cover the most common entry points for this section.
When to use this section
Use these pages to answer implementation questions, compare available primitives, and find the exact guide or reference page for the next step in your Orkes Conductor project.