List calls
Returns the account’s calls, newest first, with optional filters. Use status to narrow to live calls (for example in_progress), flowId / campaignId / contactId to scope by resource, and startDate / endDate for a time window.
Authentication
Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.
Query parameters
Maximum number of items to return (default: 20, max: 100)
Number of items to skip for pagination (default: 0)
Only include calls after this timestamp (inclusive)
Only include calls before this timestamp (inclusive)
Filter by call source (direct, scheduled, campaign)
Filter by phone number — matches either the from or to number (E.164)
Filter by whether the call was triggered by a Meta lead form (true = lead-driven only)
Filter by schedule ID (for scheduled calls)
Filter by campaign ID (for campaign calls)
Filter by telephony provider type (channel)
Free-text search across the contact name and the raw from/to phone numbers (case-insensitive substring). Matches calls to/from numbers that were never saved as contacts.
Field to sort results by (default: creation time)
Sort direction for sortBy (default: desc)