get_transcript
Retrieve the transcript for a specific meeting recording, complete with speaker attribution and timestamps. Optionally deliver it asynchronously to a provided destination URL.
Instructions
Get the transcript for a specific meeting recording.
If destination_url is provided, the transcript will be delivered asynchronously to that URL. Otherwise, the transcript is returned directly. The transcript includes speaker information, text, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recording_id | Yes | The ID of the meeting recording | |
| destination_url | No | Optional URL for async transcript delivery |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||