fathom_get_transcript
fathom_get_transcript
Retrieves the complete transcript of a Fathom meeting with full speaker attribution. This is the primary tool for extracting meeting conversation data to create minds or analyze discussions.
Fathom transcripts include accurate speaker attribution with both names and email addresses, making them ideal for creating minds and analyzing individual communication patterns.
Prerequisites
Fathom Integration Required
This tool requires Fathom integration to be configured. See the Fathom Setup Guide for configuration instructions.
Parameters
meetingId
Request
Response
Response Properties
Common Use Cases
Create Minds from Team Meetings
Extract conversation data to train digital minds on team member communication styles.
Example:
Natural language workflow:
- AI uses
fathom_list_meetingsto find sprint planning meeting - Uses
fathom_get_transcriptto retrieve full conversation - Identifies unique engineers from speaker emails
- Creates mind for each engineer
- Uploads their transcript segments as training data
What you get:
- Minds trained on actual communication patterns
- Ability to simulate future discussions
- Insights into decision-making and problem-solving styles
Analyze Client Conversations
Extract client feedback and communication patterns from meeting transcripts.
Example:
Natural language workflow:
- Lists client meetings
- Retrieves transcripts for all
- Combines stakeholder’s segments across meetings
- Creates consolidated mind
What you get:
- Client communication style insights
- Pattern recognition across meetings
- Ability to simulate client responses
- Better stakeholder understanding
Training and Knowledge Transfer
Use real meeting transcripts for team training and onboarding.
Example:
Natural language workflow:
- Identifies top performing calls
- Retrieves transcripts
- Analyzes question patterns
- Extracts effective techniques
What you get:
- Real-world conversation examples
- Proven communication techniques
- Training materials from actual meetings
- Best practice documentation
Error Responses
404 Not Found
Solution: Verify the meeting ID is correct. Use fathom_list_meetings to get valid meeting IDs.
401 Unauthorized
Solution: Verify your Fathom API key is configured correctly.
403 Forbidden
Solution: Check your Fathom permissions for this meeting.
400 Transcript Not Available
Solution: Meeting may still be processing. Wait and retry. Check status in Fathom.
Best Practices
Speaker-Based Processing
- Extract segments for specific speakers when creating individual minds
- Use speaker emails to accurately identify participants
- Create separate minds for each unique speaker
- Maintain speaker context when processing
Transcript Quality
- Fathom transcripts are typically high quality
- Speaker attribution is accurate and reliable
- Timestamps allow precise segment extraction
- Email addresses enable accurate participant identification
Integration Strategies
- Combine transcripts from multiple meetings for richer training
- Filter to specific topics or conversation types
- Use speaker emails to track participants across meetings
- Preserve metadata (date, title) for context
Integration with Mind Reasoner
Creating Minds from Fathom Transcripts
Natural language example:
