Get all conversation logs
Authentication
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Query parameters
Number of items per page. Server-side cap is 500 — values above 500 are silently clamped.
Comma-separated list of agent IDs to filter by
Comma-separated list of campaign IDs to filter by
Comma-separated list of call types to filter by
Comma-separated list of call statuses to filter by. Available statuses: pending, in_progress, in_queue, processing, active, completed, failed, no_answer, cancelled
Comma-separated list of disconnect reasons to filter by. Available reasons: user_hangup, agent_hangup, connection_error, timeout, system_error, transfer_complete
Comma-separated list of call attempt types to filter by. Available filters: initial (first attempt calls), retry (retry attempt calls), all (all calls)
Comma-separated list of duration ranges to filter by. Available ranges: 0-30 (0-30 seconds), 30-60 (30-60 seconds), 1-5 (1-5 minutes), 5+ (more than 5 minutes)
ISO date — return calls created on or after this date
ISO date — return calls created on or before this date
Comma-separated version IDs to filter calls by the agent version that handled them

