Skip to main content

Supported products

Use the Notetaker conversation recap API to retrieve notes produced by Notetaker after a call or meeting. Recap notes include:
  • Conversation summary: the AI-generated summary stored in the hs_call_summary CRM 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 a GET 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.
The response always returns a top-level object containing a 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.
The response below is an example of when generation failed for the 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_FOUND or IN_PROGRESS status, 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.

summary fields

actionItems fields

Status values

Last modified on July 31, 2026