Sessions API
Get Replay Page
Returns an HLS VOD media playlist (.m3u8) for a specific page of a session replay.
GET
Get Replay Page
Authorizations
Your Browserbase API Key.
Path Parameters
Session ID
Maximum string length:
3Pattern:
^\d+$Response
200 - application/vnd.apple.mpegurl
The request has succeeded.
The response is of type string.
Previous
Create Session Recording DownloadsRequests one downloadable MP4 per recorded page of a session. Assembly runs asynchronously and every page returns as `PENDING`. Re-posting re-enqueues all pages and retries any that failed. Poll the GET endpoint for per-page status and, on standard (non-BYOS) projects, download URLs.
Next
Get Replay Page