List Agent Sessions
Sessions
List Agent Sessions
List your team’s sessions, newest first.
GET
List Agent Sessions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated status filter (pending/active/completed/failed/unknown). Default: every status except pending.
Exact-match caller E.164 (phone sessions only).
1-based page number (offset pagination). Returns total; mutually exclusive with cursor, which deep scans must use.
Required range:
x >= 1Also count the filtered set on the cursor path.
Required range:
1 <= x <= 100
