Skip to main content
GET
Get a workflow by id

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

agent_name
string
required
workflow_id
string
required

Query Parameters

detailed
boolean
default:true

If true (default), include nodes/connections/inputs. If false, summary only.

Response

Successful Response

id
string
required
agent_name
string
required
nodes
Nodes · object[]
required
connections
Connections · object
required
description
string | null
name
string | null
inputs
Inputs · object | null
created_by
string | null
created_at
string | null
updated_at
string | null