list_executions
Retrieve recent workflow executions with filtering by status or workflow ID, pagination, and statistics to monitor automation runs.
Instructions
List recent workflow executions with filtering, pagination, and statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of executions to return | |
| offset | No | Number of executions to skip | |
| status | No | Filter by execution status (optional) | |
| workflowId | No | Filter by specific workflow ID (optional) |