testRuns
Get run screen recording
Stream the screen recording (MP4) captured during a run. Supports HTTP Range requests for seeking and partial downloads. Recordings become available after the run finishes; cancelled runs and runs without a recording return 404.
get/v1/runs/{id}/recording
Path parameters
idstring uuid required
Test run ID
Headers
Authorizationstring required
API key authentication using Bearer token format
Response
Screen recording video stream
Changes
Changed in 1 of the 19 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○