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 Body

application/json

application/json

application/json

application/json

application/json

application/json

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"  }]