get_conversations
get_conversations
Retrieves many conversations at a chosen detail level within a date range. Use this to build conversation lists for bulk analysis or to feed individual IDs into get_conversation for transcript review.
Example prompts
- “Get IDs for all unresolved conversations from yesterday.”
- “List conversations from last week where CSAT was 1 or 2.”
- “Summarize the top themes across handoff conversations from the Voice channel in the last 7 days.”
Parameters
Detail levels
IDS_ONLY— Returns conversation ID, created date, and platform. Default 100, max 1,000. Use when you need a list of matching conversations to feed into other tools.SUMMARY— Returns inquiry summaries, resolution status, resolution reason, CSAT survey data (score, comment, feedback tags) when available, and a dashboard link per conversation. Default 50, max 500. Use for pattern analysis across many conversations without pulling full transcripts.