Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.bimpe.ai/api/v1/console/agents/{agentId}/conversations/{conversationId} \ --header 'Authorization: Bearer <token>'
{ "message": "Success", "data": { "id": "<string>", "channel_type": "<string>", "channel_id": "<string>", "is_test_channel": true, "full_name": "<string>", "email": "<string>", "phone_number": "<string>", "channel_username": "<string>", "is_ai_chat_paused": true, "last_message_at": "2023-11-07T05:31:56Z", "last_message_preview": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Team API key (prefix sk_). Use Authorization: Bearer or X-Api-Key: .
50
Conversation detail
"Success"
Show child attributes