Returns a token-efficient batch of conversations for bulk analysis. Default output is summaries only (id, summary, trust_score, status, created_at) plus the perspective outline; opt in to full XML transcripts via include_transcripts=true. Default format is TOON (compact); JSON available.
Behavior:
- Read-only.
- Errors when the perspective is not found or you do not have access.
- Filters: period (7d/30d/90d/all, default 30d), status, trust_score range. Page size up to 50, default 10. Pass nextCursor back as cursor for the next batch.
- Response includes total_matching, returned_count, has_more, nextCursor for sizing.
- Citation format when transcripts are included: "conversation_id:message_index".
When to use this tool:
- Thematic analysis, sentiment distribution, or pattern detection across many conversations.
- Building a research summary from many summaries cheaply, then drilling into specific transcripts.
- Bulk export with filters.
When NOT to use this tool:
- Need one conversation in full detail (voice snippets, trust dimensions) — use perspective_get_conversation.
- Just need a browsable list with metadata — use perspective_list_conversations.
- Aggregate counts only — use perspective_get_stats (call first to size the dataset before batching).
ConnectorOAuth