v4

latestSwagger 2.02026-08-0343714211.7 MB
automations
Automation Authoring Schemas

Show the Automation v2 authoring schema and active node catalog

Show the Automation v2 authoring schema and active node catalog

get/automations/authoring_schema

Response

The Automations object.

definition_schemaobject

JSON Schema for active Automation v2 graph definitions.

error_familiesobject[]

Typed error families accepted by Automation v2 on_error rules.

nodesobject[]

Active Automation v2 node authoring metadata.

schema_urlstring

Stable public URL for the Automation v2 graph definition JSON Schema.

Example response

{
  "error_families": [
    "example"
  ],
  "nodes": [
    "example"
  ],
  "schema_url": "example"
}