get_recording
Retrieve the recording URL for a specific bot used in online meetings across platforms like Zoom, Google Meet, and Microsoft Teams by providing the bot ID.
Instructions
Get the recording URL for a bot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bot_id | Yes | ID of the bot to get recording for |
Input Schema (JSON Schema)
{
"properties": {
"bot_id": {
"description": "ID of the bot to get recording for",
"type": "string"
}
},
"required": [
"bot_id"
],
"type": "object"
}