get_flow_runs
Retrieve individual runs for a Maestro flow file to inspect status, duration, and failure details. Use to diagnose flaky or broken flows identified in analytics.
Instructions
List individual runs for a specific Maestro flow file. Returns id, status, createdAt, durationSeconds, failReason, testUploadId, uploadName per run. Use to drill into the history of one flow — e.g. after list_flow_analytics surfaces a flaky or broken flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | Filter by app bundle id. | |
| limit | No | Max runs to return. | |
| endDate | No | ISO 8601 end of range. | |
| fileName | Yes | Flow file name to look up (e.g. login.yaml). | |
| platform | No | Filter by platform. | |
| startDate | No | ISO 8601 start of range. |