Get the recording for a bot
Returns a short-lived S3 URL for the recording of the bot.
Path Parameters
- Type: string
object _id requiredBot ID
Headers
- Type: string
Authorization requiredAPI key for authentication
- Type: string
Content - Type requiredShould always be application/json
Responses
- application/json
Request Example for get/api/v1/bots/{object_id}/recording
curl https://app.attendee.dev/api/v1/bots/bot_xxxxxxxxxxx/recording \
--header 'Authorization: Token YOUR_API_KEY_HERE' \
--header 'Content-Type: application/json'
{
"url": "https://attendee-short-term-storage-production.s3.amazonaws.com/e4da3b7fbbce2345d7772b0674a318d5.mp4?...",
"start_timestamp_ms": 1733114771000
}