# Livesession

LiveSession is a session replay and user behavior analytics tool that helps you understand how users interact with your website.

- **Category:** analytics
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `LIVESESSION`
- **Version:** 20260211_00

## Tools

### List Live Sessions

**Slug:** `LIVESESSION_LIST_SESSIONS`

Tool to list live sessions. Use when you need paginated session data filtered by criteria after authentication.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Page number to retrieve (1-indexed). |
| `size` | integer | No | Number of sessions per page (page size). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
