latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

Browser Replays

List browser session replays

List all replays for the specified browser session.

get/browsers/{id}/replays

Path parameters

idstring required

Browser session ID

Response

List of replays retrieved successfully.

finished_atstring date-time nullable

Timestamp when replay finished

replay_idstring required

Unique identifier for the replay recording.

replay_view_urlstring

URL for viewing the replay recording.

started_atstring date-time nullable

Timestamp when replay started

Example response

[
  {
    "replay_view_url": "https://api.onkernel.com/browser/replays?jwt=eyJ0eXAi...&replay_id=7e2c1a9f-1234-4cde-9abc-ffeedd001122"
  }
]