flow_recording_list
List flow recordings belonging to the authenticated user. Returns recording metadata including name, platform, device, step count, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | No | Filter by device UDID | |
| limit | No | Max results to return (default: 50) | |
| offset | No | Pagination offset (default: 0) | |
| platform | No | Filter by platform | |
| searchQuery | No | Search recordings by name |