> ## 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.

# Monthly Active Users

> **Description:** Retrieves the monthly active users based on the specified limit and offset.

**Parameters:**
- `limit`: The number of items to return
- `offset`: The number of items to skip

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

**Returns:**
- `MonthlyActiveUsersResponse`: The response containing the monthly active users.

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

