list_workflows
List notification workflows in a workspace, choosing between draft and live modes to view staged changes or currently active versions.
Instructions
List notification workflows in a workspace, in either draft or live mode.
mode=live returns the currently-active version of each workflow; mode=draft returns the staged-but-not-yet-promoted version. The two can differ — workflows often have a draft change in flight.
Returns: workflow slug, name, status, category, enabled state, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Limit the number of workflows to list. | |
| mode | Yes | Mode of workflows to list (draft, live), default: live. | live |
| offset | No | Offset the number of workflows to list. | |
| workspace | Yes | SuprSend workspace to list workflows from. | staging |