List browser session replays

List all replays for the specified browser session.

GET/browsers/{id}/replays

List all replays for the specified browser session.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Response

application/json

List of replays retrieved successfully.

[index: integer]?

Information about a browser replay recording.

curl -X GET "https://example.com/browsers/string/replays"
[  {    "replay_id": "string",    "started_at": "2019-08-24T14:15:22Z",    "finished_at": "2019-08-24T14:15:22Z",    "replay_view_url": "string"  }]