/workflows/:id
Fetch one agent’s full tree: base config, funnel statuses, custom fields, and custom tools.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Agent ID |
Responses
200 — Successful response
Response Fields — Workflow
| Field | Type | Description |
|---|---|---|
id | string (uuid) | Agent identifier |
name | string | Agent name |
description | string | null | Agent description |
goal_type | string | See Create Agent for valid values |
global_prompt | string | The base prompt |
is_paused | boolean | Whether the agent is currently paused |
is_active | boolean | Whether the agent is active (vs. archived) |
timezone | string | IANA timezone used for cadence scheduling |
statuses | array | Funnel statuses, ordered by sort_order |
fields | array | Custom lead fields this agent collects |
tools | array | Custom tools this agent can call, with name and is_active only — see List Workflow Tools for full detail |