cURL
curl --request GET \ --url https://api.toughtongueai.com/api/public/v2/meeting-bots \ --header 'Authorization: Bearer <token>'
{ "bots": [ { "id": "bot_abc123", "scenario_id": "scenario_xyz", "meeting_url": "https://meet.google.com/abc-defg-hij", "status": "scheduled", "created_at": "2024-01-15T10:30:00Z" } ], "total": 1, "page": 1, "limit": 50 }
List scheduled and active meeting bots
pending
scheduled
in_call_recording
call_ended
failed