ios_actions_recording_read
Read a stored recording's entries in order. Each entry carries the channel it crossed (cdp or ws-rpc), whether it was a command or an event, the method, its payload, outcome and duration in ms, plus t_ms — milliseconds since the recording started, which is what makes the gaps between actions readable. Page through with limit/offset; narrow with channel or kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Recording id from ios_actions_record_stop or ios_actions_recordings | |
| kind | No | Only commands, or only events | |
| limit | No | Entries to return (default 500, max 5000) | |
| offset | No | Entries to skip | |
| channel | No | Only this channel |