flow_recording_replays
List all replay runs of a saved recording — the run history. Returns one row per replay with id, status, totals, started/completed timestamps, and computed durationMs. Useful for trend analysis (pass rate over time) and finding the most recent failure to drill into. Filtered to the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max replays to return (default 25, newest first) | |
| recordingId | Yes | Flow recording ID (from flow_recording_list) |