Endpoint
Authentication
Requires API key authentication via theAuthorization header.
Your API key in the format:
Token YOUR_API_KEY_HEREMust be
application/jsonPath Parameters
The unique identifier for the bot.Example:
bot_xxxxxxxxxxxResponse
Returns the bot object.Unique identifier for the bot (e.g.,
bot_weIAju4OXNZkDTpZ)The URL of the meeting the bot joined or will join.
Current state of the bot.Possible values:
ready, joining, joined_not_recording, joined_recording, leaving, post_processing, fatal_error, waiting_room, ended, data_deleted, scheduled, staged, joined_recording_paused, joining_breakout_room, leaving_breakout_room, joined_recording_permission_deniedCurrent transcription state.Possible values:
not_started, in_progress, completeCurrent recording state.Possible values:
not_started, in_progress, complete, pausedISO 8601 timestamp when the bot joined or will join the meeting.
Optional deduplication key for the bot.
Custom metadata associated with the bot.
Example Request
Example Response
Error Codes
200- Success401- Invalid or missing API key404- Bot not found