List Sessions
Sessions
List Sessions
List sessions for your organization
GET
List Sessions
List all sessions for your organization. Supports filtering by status and phone.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
status | string | — | Filter by status: creating, running, paused, completed, failed, killed |
phone_id | string | — | Filter by phone ID |
limit | integer | 20 | Number of sessions to return (1–100) |
Response
Status: 200 OKResponse Fields
| Field | Type | Description |
|---|---|---|
sessions | array | Array of session objects (see Create Session for field details) |
Examples
List Running Sessions
Python
Related Endpoints
- Create Session - Start a new session
- Get Session - Get details for a specific session