get
https://us-east-1.recall.ai/api/v1/bot//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to:
- Check the current state of a specific bot (e.g.,
joining,in_waiting_room,done, orfatal). See Bot Webhooks for hte full list - Debug why a bot failed or behaved unexpectedly by inspecting its
status_changes, including fatal subcodes. - Fetch a bot’s recording media, including recording, transcript, and participant events after the meeting has ended.
Bot status change eventsTo track bot lifecycle/status changes, listen for bot status change webhook events. Do not poll the API for bot status changes. Polling for bot status changes is an anti-pattern and must not be used in production integrations.
Bot status change events are delivered through the webhook configured in the Recall webhook dashboard. They cannot be subscribed to through
recording_config.realtime_endpoints.See Status Change Webhooks for setup and verification details, and Bot Webhooks for the list of available bot status changes.