list_workflows
List the active content workflows for an agent.
List the active content workflows for an agent. Each workflow is a spreadsheet-style pipeline that turns a seed into a batch of blog and social posts. Use this to discover existing workflows you can add ideas to or run, before deciding whether to create a new one.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
syntheticId | integer | Yes | The agent ID whose workflows to list. Use get_account to find your agent IDs. |
Returns
A list of workflows, each with workflowId, name, seedType, createdAt, and updatedAt, plus a count. When the agent has no workflows, the response suggests creating one with create_workflow.