browser-gateway
REST API

Replays

List, fetch, delete session replay frames.

Session replays are CDP screencast recordings captured during routed sessions. See Session Replays for the storage model.

Endpoints

MethodPathDescription
GET/v1/replays
DELETE/v1/replays/:id
GET/v1/replays/:id
GET/v1/replays/:id/manifest
GET/v1/replays/:id/targets/:targetId/export.mp4
GET/v1/replays/:id/targets/:targetId/frames/:frame
GET/v1/replays/:id/targets/:targetId/manifest
POST/v1/replays/ffmpeg/install
GET/v1/replays/ffmpeg/status

Source

On this page