This query returns the summary, key points, and action items for a specific meeting.
- API endpoint slug
- convo_ai.get_meeting_summary
- Runtime method
- performQuery("convo_ai.get_meeting_summary"}
Query fields
- Label
- Meeting ID
- Helper text
- The ID of the meeting to look up.
- Slug
- meeting_id
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- title
- Filter code
- ConvoAi.getMeetingSummary.Title
- Type
- String
- Example
- Weekly Standup
- Slug
- key_points
- Filter code
- ConvoAi.getMeetingSummary.KeyPoints
- Type
- String
- Example
- - Discussed sprint progress
- Slug
- action_items
- Filter code
- ConvoAi.getMeetingSummary.ActionItems
- Type
- String
- Example
- - Review PR (owner: John)
- Slug
- decisions
- Filter code
- ConvoAi.getMeetingSummary.Decisions
- Type
- String
- Example
- - Approved new design
- Slug
- created_at
- Filter code
- ConvoAi.getMeetingSummary.CreatedAt
- Type
- String
- Example
- 2026-03-20T10:00:00+00:00