List calls
Authentication
Query parameters
Page size, 1 to 100. A value outside the range or not an integer is rejected with 400 (it is not clamped).
The nextCursor of the previous page (an ISO-8601 created_at timestamp). Returns calls created strictly before it. The value is not validated, so pass back exactly what you received. Ignored when offset is greater than 0.
Rows to skip for numbered pagination, 0 to 100000 (400 outside the range). Takes precedence over cursor when greater than 0.
Only calls served by this agent. Must be a UUID (400 otherwise). An agent of another workspace simply matches nothing.
Only calls filed under this campaign. Must be a UUID (400 otherwise).

