Skip to main content
GET
Returns a paginated list of voice sessions stored in the database. Use the status query parameter to filter by session status (active, completed).

Query parameters

string
Filter by status (active, completed, transferred, failed)
Case-insensitive search across phone, agent, summary, and transcript
string
Return only sessions started after the given RFC3339 timestamp
string
Sort by started_at asc or desc
integer (int64)
Maximum results (default 50, max 200)
integer (int64)
Pagination offset

Response

No response body โ€” list of voice sessions.

Status codes