agent-transcripts
List Transcripts
List all transcripts for an agent.
Returns a paginated list of conversation transcripts with summary information.
GET
List Transcripts
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Number of transcripts to return
Required range:
1 <= x <= 100Number of transcripts to skip
Required range:
x >= 0Filter by channel: web, sip
Filter by status: completed, active, ended
Previous
Get TranscriptGet full transcript for a specific session.
Returns the complete conversation history with all messages,
metadata, and AI-generated summary/analysis.
The `ai_summary` field contains:
- **summary**: Concise overview of the conversation
- **sentiment**: Sentiment analysis with score (-1.0 to 1.0)
- **topics**: Main topics discussed
- **action_items**: Any follow-up actions identified
- **key_moments**: Important turning points
- **outcome**: How the call concluded (resolved, escalated, etc.)
- **call_type**: Type of call (support, sales, inquiry, etc.)
Set `include_ai_summary=false` to skip AI analysis and reduce latency.
Next
List Transcripts