Returns a paginated list of call conversations. Filter by agent, status, date range, or minimum call duration. Use cursor and pageSize to page through large result sets.
Send your Callin API key in the x-api-key header.
Filter conversations to a specific agent.
Filter by conversation status: completed, in_progress, cancelled, failed, or scheduled.
completed, in_progress, cancelled, failed, scheduled "completed"
Return conversations that started before this Unix timestamp (seconds or milliseconds).
Return conversations that started after this Unix timestamp (seconds or milliseconds).
Return only conversations with a duration of at least this many seconds.
x >= 0Duration in seconds
x >= 0ISO timestamp
1 <= x <= 100