curl --request GET \
--url https://api.meestream.ai/v1/bots/{bot_id}/details \
--header 'Authorization: <api-key>'
{
"bot_details": {
"StatusTimeline": {
"BotRejected": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"TranscriptionReady": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"InMeeting": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"Stopped": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"BotNotAllowed": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"Error": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"VideoProcessing": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"Joining": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"AudioProcessing": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"MediaExpired": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
}
},
"Message": "<string>",
"MeetingLink": "<string>",
"BotImageURL": "<string>",
"Platform": "<string>",
"BotID": "<string>",
"BotMessage": "<string>",
"Status": "<string>",
"BotProfile": "<string>",
"LastUpdatedAt": 123,
"MetaData": {
"callback_url": "<string>",
"audio_required": true,
"live_transcription_required": {},
"live_audio_required": {},
"video_required": true
},
"UserID": "<string>",
"BotUsername": "<string>",
"RequestPayload": {
"callback_url": "<string>",
"join_at": "<string>",
"audio_required": true,
"live_transcription_required": {},
"bot_name": "<string>",
"transcription": {
"deepgram": {
"model": "<string>",
"language": "<string>"
}
},
"video_required": true,
"socket_connection_url": "<string>",
"live_audio_required": {},
"meeting_link": "<string>",
"bot_message": "<string>",
"custom_attributes": {
"event_id": "<string>",
"occurrence_start_time": "<string>",
"calendar_id": "<string>",
"event_summary": "<string>",
"scheduled_by": "<string>",
"event_start_time": "<string>",
"source": "<string>",
"occurrence_number": 123,
"is_recurring": true
}
},
"CreatedAt": "2023-11-07T05:31:56Z",
"StartTime": "2023-11-07T05:31:56Z",
"custom_attributes": {
"event_id": "<string>",
"occurrence_start_time": "<string>",
"calendar_id": "<string>",
"event_summary": "<string>",
"scheduled_by": "<string>",
"event_start_time": "<string>",
"source": "<string>",
"occurrence_number": 123,
"is_recurring": true
},
"transcript_id": "<string>"
}
}
Retrieves the details for a specific bot.
curl --request GET \
--url https://api.meestream.ai/v1/bots/{bot_id}/details \
--header 'Authorization: <api-key>'
{
"bot_details": {
"StatusTimeline": {
"BotRejected": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"TranscriptionReady": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"InMeeting": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"Stopped": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"BotNotAllowed": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"Error": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"VideoProcessing": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"Joining": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"AudioProcessing": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
},
"MediaExpired": {
"status": true,
"timestamp": "2023-11-07T05:31:56Z"
}
},
"Message": "<string>",
"MeetingLink": "<string>",
"BotImageURL": "<string>",
"Platform": "<string>",
"BotID": "<string>",
"BotMessage": "<string>",
"Status": "<string>",
"BotProfile": "<string>",
"LastUpdatedAt": 123,
"MetaData": {
"callback_url": "<string>",
"audio_required": true,
"live_transcription_required": {},
"live_audio_required": {},
"video_required": true
},
"UserID": "<string>",
"BotUsername": "<string>",
"RequestPayload": {
"callback_url": "<string>",
"join_at": "<string>",
"audio_required": true,
"live_transcription_required": {},
"bot_name": "<string>",
"transcription": {
"deepgram": {
"model": "<string>",
"language": "<string>"
}
},
"video_required": true,
"socket_connection_url": "<string>",
"live_audio_required": {},
"meeting_link": "<string>",
"bot_message": "<string>",
"custom_attributes": {
"event_id": "<string>",
"occurrence_start_time": "<string>",
"calendar_id": "<string>",
"event_summary": "<string>",
"scheduled_by": "<string>",
"event_start_time": "<string>",
"source": "<string>",
"occurrence_number": 123,
"is_recurring": true
}
},
"CreatedAt": "2023-11-07T05:31:56Z",
"StartTime": "2023-11-07T05:31:56Z",
"custom_attributes": {
"event_id": "<string>",
"occurrence_start_time": "<string>",
"calendar_id": "<string>",
"event_summary": "<string>",
"scheduled_by": "<string>",
"event_start_time": "<string>",
"source": "<string>",
"occurrence_number": 123,
"is_recurring": true
},
"transcript_id": "<string>"
}
}
All API endpoints are authenticated using API Keys. The key should be included in the 'Authorization' header, prefixed with 'Token '. Example: 'Authorization: Token YOUR_API_KEY'.
Returns the details for the bot.
The response is of type object
.