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
| Method | Path | Description |
|---|---|---|
GET | /v1/replays | |
DELETE | /v1/replays/:id | |
GET | /v1/replays/:id | |
GET | /v1/replays/:id/frames/:frame | |
GET | /v1/replays/:id/manifest | |
GET | /v1/replays/:id/parts/:part |