> ## Documentation Index
> Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# ReplayResponse

> Response containing presigned URLs for session replay

## Fields

<ParamField path="playlist_content" type="UnionType[str, None]">
  HLS playlist content with presigned segment URLs
</ParamField>

<ParamField path="mp4_url" type="UnionType[str, None]">
  Presigned URL for MP4 download
</ParamField>

<ParamField path="expires_at" type="UnionType[str, None]">
  Expiration time of the presigned URLs
</ParamField>

<ParamField path="video_start_ms" type="UnionType[int, None]">
  Video start offset in milliseconds
</ParamField>

<ParamField path="video_duration_ms" type="UnionType[int, None]">
  Video duration in milliseconds
</ParamField>

## Module

`notte_sdk.types`
