Skip to main content
GET
Get workflow schema

Authorizations

Authorization
string
header
required

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, …).