get_workflow_statuses
Retrieve workflow statuses to analyze pipeline stages. Supports pagination with limit and offset parameters.
Instructions
Get workflow statuses for pipeline stage analysis.
Args: limit: Maximum number of statuses to return (default: 50) offset: Number of statuses to skip for pagination (default: 0)
Returns: JSON string containing workflow status data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |