workflows
Get workflow JSON schema
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/workflows/schema</span></div>Refer to Spaces for more information.
Retrieve the JSON schema used to validate workflow YAML definitions. The schema includes available step types based on the configured connectors in the current space.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:read.
get/api/workflows/schema
Query parameters
looseboolean required
When true, returns a permissive schema that allows additional properties. When false, returns a strict schema for full validation.
Response
Indicates a successful response