Get Conversation by ID
Retrieve detailed information about a specific conversation using its unique ID
Overview
This endpoint retrieves comprehensive details about a conversation, including status, transcript, analysis, and metadata. Use this to fetch conversation data after a call has been completed or while it’s in progress.Authentication
vk_.Path Parameters
35d33a43-176c-405c-92bf-db972035df28Response
DAILY, TELEPHONY, WHATSAPP, or CHATnull if analysis hasn’t
been performed yet.IN_PROGRESS, COMPLETED, DISCONNECTED, or FAILEDrole: user or
assistant - content: The message text - timestamp: ISO 8601 timestamplast_activity and session_status. For TELEPHONY includes
to_mobile_number, from_mobile_number, calling_type,
telephony_provider, conversation_recording_url, and
conversation_duration.Error Responses
Status Codes
| Status Code | Description |
|---|---|
| 200 | Successfully retrieved conversation |
| 401 | Missing, invalid, inactive, or expired API key |
| 403 | API key owner doesn’t have access to this conversation |
| 404 | Conversation not found |
| 500 | Internal server error |
Use Cases
Retrieve Call Results
Retrieve Call Results
Monitor Active Calls
Monitor Active Calls
Extract Conversation Data
Extract Conversation Data
Quality Assurance
Quality Assurance
Notes
- Only conversations associated with agents owned by the API key holder can be accessed
- Conversation data is retained for 90 days by default (configurable in settings)
- Real-time transcripts are available for ongoing conversations
- Analysis data is generated automatically after conversation completion
Authorizations
API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.
Path Parameters
The unique identifier (UUID format) of the conversation to retrieve
Response
Successfully retrieved conversation
Unique identifier for the conversation
ID of the agent that handled this conversation
Type of conversation
DAILY, TELEPHONY, WHATSAPP, CHAT Current status of the conversation
IN_PROGRESS, COMPLETED, DISCONNECTED, FAILED Direction of the call
INBOUND, OUTBOUND Phone number involved in the conversation
Total duration of the conversation in seconds
Timestamp when the conversation was created
Timestamp of the last update
Array of conversation messages
AI-generated analysis of the conversation
Custom metadata

