List sessions
Authentication
Query parameters
Optional cap on the number of sessions to return. Omit to return
every matching session; when set, at most this many are returned and
has_more indicates whether more matched. A non-positive value
returns 400.
Filter to sessions whose caller exactly matches this canonical E.164 value. The schema validates country-neutral syntax only; this historical-data filter does not apply current trunk policy.
Filter to sessions whose called DID exactly matches this canonical E.164 value. The schema validates country-neutral syntax only; this historical-data filter does not apply current trunk policy.
Filter to sessions in this lifecycle state. Any other value returns 400.
Inclusive lower bound on created_at (RFC 3339 UTC string).
Only sessions created at or after this instant are returned. An
invalid RFC 3339 value returns 400.
Exclusive upper bound on created_at (RFC 3339 UTC string).
Only sessions created strictly before this instant are returned. An
invalid RFC 3339 value returns 400.