Close menu
Explore Plans
Mobile menu Close menu
Convo AI

Get meeting summary

Pro plus icon This query returns the summary, key points, and action items for a specific meeting.

Developer info

API endpoint slug
convo_ai.get_meeting_summary
Runtime method
performQuery("convo_ai.get_meeting_summary"}

Query fields

Meeting Text input > Other

Label
Meeting ID
Helper text
The ID of the meeting to look up.
Slug
meeting_id
Required
true
Can have default value
true

Ingredients

Title The title of the meeting.

Slug
title
Filter code
ConvoAi.getMeetingSummary.Title
Type
String
Example
Weekly Standup

Key points A bullet-point list of key discussion points from the meeting.

Slug
key_points
Filter code
ConvoAi.getMeetingSummary.KeyPoints
Type
String
Example
- Discussed sprint progress

Action items A bullet-point list of action items with owners.

Slug
action_items
Filter code
ConvoAi.getMeetingSummary.ActionItems
Type
String
Example
- Review PR (owner: John)

Decisions A bullet-point list of decisions made during the meeting.

Slug
decisions
Filter code
ConvoAi.getMeetingSummary.Decisions
Type
String
Example
- Approved new design

Created at The date and time the summary was generated in ISO 8601 format.

Slug
created_at
Filter code
ConvoAi.getMeetingSummary.CreatedAt
Type
String
Example
2026-03-20T10:00:00+00:00