Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://use.hoop.dev/api/sessions/{session_id}/rdp-frames
{ "frames": [ { "bitmap": [ 123 ], "index": 123, "timestamp": 123 } ], "has_more": true, "limit": 123, "offset": 123, "total_duration": 123, "total_frames": 123 }
Returns paginated bitmap frames from an RDP session recording
The id of the session
Offset for pagination
Limit number of frames
OK
Show child attributes
Was this page helpful?