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

# List session runs

> Find traces linked to a recorded Agent session.

# List session runs

Use `agent__list_session_traces` to find runtime traces for a session whose
messages are already recorded.

* Required input: `session_id`, using a `session_...` handle.
* Optional inputs: `start_time_unix_seconds`, `end_time_unix_seconds`, `limit`, `cursor`, `sort`, and Gateway's `rationale`.
* Effect: read only.

The transcript must include the runtime's `external_session_id`. Without that
join key, the tool returns no trace.
