For a conceptual overview of how workflows work, see Core Concepts: Workflows.Documentation Index
Fetch the complete documentation index at: https://docs.clickflow.com/llms.txt
Use this file to discover all available pages before exploring further.
platform.list_workflows
List recent workflows with status and progress.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
status | string | No | "" | Filter: In Progress, Completed, Failed |
limit | integer | No | 20 | Maximum workflows to return |
Response
Usage
- MCP
- API
workflows.get_status
Check a specific workflow’s progress. Returns status, progress percentage, current action, and output (when completed).Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workflow_id | string | Yes | — | The workflow ID |
output_format | string | No | "html" | html (default) or markdown. When markdown, completed workflow output includes a markdown field alongside html. MCP only. |
Response
See Workflows: Polling for status for the full response shape includingIn Progress, Completed, Failed, and Human Review states.
When output_format="markdown", the output object of a completed workflow includes an additional markdown field with the content converted to Markdown.
Usage
- MCP
- API
workflows.resume
Submit a review decision to resume a paused workflow. Only applicable when workflow status isHuman Review.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
workflow_id | string | Yes | The workflow ID |
decision | object | Yes | Decision payload — varies by review type |
Response
Usage
- MCP
- API
platform.list_published_content
List all content pieces that have been published to a CMS.Parameters
None.Response
Usage
- MCP
- API
Call
platform.list_published_content with no parameters.