Get template by slug
GET /api/v1/flow-templates/:slug
Note: This is a public endpoint that doesn’t require auth, but if the user is logged in, they can also see their account-specific templates
Path parameters
slug
Template slug
Response
Template details
category
Template category for filtering
createdAt
When the template was created
displayOrder
Sort order for template listing (lower = first)
edges
Flow edge connections between nodes
id
Unique template identifier
initialNode
ID of the first node to execute
isActive
Whether this template is available for use
name
Template display name
nodes
Flow node definitions
slug
URL-safe slug for the template
updatedAt
When the template was last modified
accountId
Account that owns this template (null for system templates)
createdBy
User who created this template
definition
Runtime FlowDefinition (initialNode + services + nodes). This is what instantiation copies into the new flow’s definition. Null on legacy templates that only carry builder nodes/edges.
description
Brief description of what the template does
icon
Icon identifier or emoji for display
previewImageUrl
URL to a preview image for the template
Errors
404
Not Found Error