> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# replay

> Get the replay for the agent's session

.. deprecated::
Use `session.replay()` instead. Agent replay is deprecated
in favor of session-level replay with presigned URLs.

## Parameters

<ParamField path="wait" type="bool" default="True">
  If True (default), poll until the replay is ready.
</ParamField>

<ParamField path="timeout" type="float" default="240.0">
  Maximum seconds to wait (default 120).
</ParamField>

<ParamField path="poll_interval" type="float" default="5.0">
  Seconds between polling attempts (default 2).
</ParamField>

## Returns

[`ReplayResponse`](/sdk-reference/misc/replayresponse.md): Presigned URLs for HLS playlist and MP4 download.
