Get run screen recording

View as Markdown

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.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

idstringRequiredformat: "uuid"
Test run ID

Response

Screen recording video stream

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
416
Range Not Satisfiable Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error