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

# Get Session Length Distribution

> **Description:** Retrieves session length distribution based on the specified start and end dates.

**Parameters:**
- `period`: The start and end dates
- `filters`: List of filters in Amplitude-like format

**Header**
- `x-api-key`: Your API Key (Dashboard->Settings)

**Returns:**
- `SessionLengthResponse`: The transformed session length distribution data.

**Raises:**
- `HTTPException`: If an error occurs during the retrieval process.

