List workflows
list_workflowsList workflows owned by your account, showing status, trigger, version, and owning agent. Filter by agent ID or view unassigned workflows.
Instructions
List the workflows owned by the authenticated account, with each one's status, trigger, current version, and the agent that holds it (agent_id). Each workflow belongs to one agent — the one that built it — and that agent is the only one that can edit or run it from a chat. Pass agent_id to list just that agent's workflows, or agent_id="none" for the unassigned ones (created here or in the web app with no agent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Optional: a UUID of one of your agents to list only its workflows, or "none" for the unassigned ones. |