list_executions
Monitor and filter workflow execution history by status, duration, and timestamps with this tool. Identify errors, verify success, and analyze performance data using workflow ID or custom filters. Retrieve concise or detailed execution results as needed.
Instructions
Lists workflow execution history with details on success/failure status, duration, and timestamps. Use this tool to monitor workflow performance, troubleshoot issues, or verify that workflows are running as expected. Results can be filtered by workflow ID, status, and limited to a specific number.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of executions to return - useful for workflows with many executions | |
status | No | Filter by execution status (error, success, waiting) | |
verbosity | No | Output verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete execution details. | |
workflowId | No | Filter executions by workflow ID - can be obtained from list_workflows |