Skip to main content

Get a node type's schema + output handles

GET 

/v1/workflows/nodes/:node_type

Get one node type's full configuration schema: every field it accepts, which of them are required, their defaults, and the output handles it exposes.

Use it after GET /v1/workflows/nodes to learn exactly what a node's config must contain before you reference the node in an authoring spec. output_fields describes the {{alias.field}} values downstream nodes can read from it.

Returns 404 for an unknown node type. Requires the workflows:read scope.

Request

Responses

Successful Response