Skip to main content
Fetch a single conversation by its unique identifier to get the complete message thread, channel metadata, and the AI-generated summary that DeltaLead produces after each interaction. Use this endpoint to embed conversation history inside your CRM records, audit AI responses, or display the full context to a sales advisor before they take over from the AI agent.

Endpoint

Path Parameters

string
required
The unique identifier of the conversation to retrieve, e.g. conv_xyz789. You can obtain conversation IDs from the List Conversations endpoint or from webhook payloads.

Example Request

cURL

Response

A successful request returns HTTP 200 OK with the conversation object, a nested messages array containing the full message history, and an ai_summary field.
200 OK

Response Fields

string
Unique identifier of the conversation, prefixed with conv_.
string
ID of the lead this conversation belongs to.
string
Channel on which the conversation occurred. One of whatsapp, facebook, instagram, email, phone.
string
Current status: open, closed, or transferred.
string
AI-generated plain-text summary of the conversation. Updated after each AI turn. Highlights vehicle interest, budget, urgency signals, and any action items for the sales team.
array
Ordered array of message objects, from oldest to newest.
Phone conversations use a transcript field instead of a messages array. The transcript is a structured text block generated from the call recording and contains speaker labels (e.g., Agent: / Lead:), timestamps, and the full dialogue. All other conversation fields remain identical.