v1

latestOpenAPI 3.1.12026-07-2692827.1 KB
Recordings

Get summary

This endpoint has two behaviors depending on your request payload:

  • If you send destination_url, the endpoint will behave in an asynchronous manner.
  • If you do not send destination_url, the endpoint will return the data directly.
get/recordings/{recording_id}/summary

Path parameters

recording_idinteger required
Example:123456789

The ID of the meeting recording to fetch the call summary for.

Query parameters

destination_urlstring uri
Example:https://example.com/destination

Destination URL for where we'll POST the call summary. If not sent, this endpoint will return the data directly.

Response

Either the destination URL for where we'll POST the call summary, or the summary for the recording.

OR

Example response

{
  "summary": {
    "template_name": "general",
    "markdown_formatted": "## Summary\nWe reviewed Q1 OKRs, identified budget risks, and agreed to revisit projections next month.\n"
  }
}