list_closed_workflow_executions
List closed workflow executions (completed, failed, terminated) within a specified time range, with optional region and page size for filtering results.
Instructions
List workflow executions that have closed (completed, failed, terminated, etc.) within a specific time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region to query. Defaults to "us" if not specified. | |
| endTime | Yes | End time in ISO 8601 format (e.g., "2024-01-31T23:59:59Z") | |
| pageSize | No | Maximum number of results to return (default: 100) | |
| startTime | Yes | Start time in ISO 8601 format (e.g., "2024-01-01T00:00:00Z") |