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 | Description |
|---|---|---|---|
workflow_id | string | Yes | The workflow ID |
Response
See Workflows: Polling for status for the full response shape includingIn Progress, Completed, Failed, and Human Review states.
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.