Skip to main content

Show Workflow Template

GET 

/api/automation/workflow-templates/:slug

Fetches a single workflow template by slug, including the full parameterPrompts and requiredCredentials arrays needed to drive the wizard.

Response: 200 OK — wrapped in {data: {...}} with the same WorkflowTemplateResource shape as the list endpoint. The workflow_json graph itself is NOT returned by this resource — only nodeCount is exposed. The graph is only materialised server-side during instantiate.

Errors:

  • 404 Not Found — unknown slug. Response body: {"message": "No query results for model [WorkflowTemplate]."}

Route name: automation.templates.show

Request

Responses

Successful response