Get the recording for a bot

Returns a short-lived S3 URL for the recording of the bot.

Path Parameters
  • object_id
    Type: string
    required

    Bot ID

Headers
  • Authorization
    Type: string
    required

    API key for authentication

  • Content-Type
    Type: string
    required

    Should 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
}