Supported products
Supported products
Scope requirements
Scope requirements
- Conversation summary: the AI-generated summary stored in the
hs_call_summaryCRM property. - Action items: structured next steps extracted from the conversation transcript.
Retrieve conversation recaps
To return the AI-generated conversation summary and list of action items for a specific call or meeting activity, make aGET request to /notetaker/2026-09-beta/conversation/recap/{objectTypeId}/{objectId}.
The response below is an example of when the summary and action items have been generated successfully.
summary field and an actionItems field. Each field includes a status indicating whether data is available. Review the status before reading the value.
The response below is an example of when the activity has been recorded but Notetaker has not yet finished generating all recap data.
summary, actionItems, or both. Check errorMessage for detail.
- The activity must be processed by Notetaker before recap data is available. Requests made before processing completes return a
NOT_FOUNDorIN_PROGRESSstatus, not an error. - If an account doesn’t have the notetaker feature, the response returns an empty summary and an empty action item list rather than an error.
Response fields
The response object contains two fields:summary and actionItems. Each has a status that indicates whether data is available.