Get Flow Template
Retrieve a flow template by id.
Authentication
AuthorizationBearer
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Path parameters
id
Response
The requested flow template.
id
Flow template id. A raw UUID, not a prefixed external id.
key
Stable unique key for the template.
name
category
graph
A flow graph: an ordered set of typed nodes connected by edges, plus flow variables. The node, edge, and variable shapes are governed by the live JSON Schema at GET /v1/agents/flow/schema and are intentionally opaque here so this spec cannot drift from that authoritative definition.
is_seed
True for platform-provided templates.
created_at
updated_at
description
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error