v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
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.

replay_idstring required

Unique identifier for the replay recording.

started_atstring date-time nullable

Timestamp when replay started

finished_atstring date-time nullable

Timestamp when replay finished

replay_view_urlstring

URL for viewing the replay recording.

Example response

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