Get workflow schema
Workflows
Get workflow schema
Returns the JSON Schema for the workflow definition (steps + flow graph). Use it for client-side validation and to generate editor property panels. Static — independent of org.
GET
Get workflow schema
Authorizations
Organization API key, generated in studio.sidenet.ai. Backend only — never in a browser.
Response
200 - application/json
The JSON Schema for a workflow definition — draft-07, with the step kinds as named definitions. The body IS the schema; there is no envelope around it.
A JSON Schema document. $defs holds one definition per step kind (agent, tool, workflow, condition, …).