Skip to main content
GET
/
v1
/
conversations
/
{id}
Get a conversation
curl --request GET \
  --url https://api.zelto.ai/v1/conversations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "source": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "receiverId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "referenceId": "<string>",
  "endedReason": "<string>",
  "cost": "<string>"
}

Authorizations

Authorization
string
header
required

Send Authorization: Bearer YOUR_API_KEY. The key resolves to a single organization.

Path Parameters

id
string<uuid>
required

Response

The conversation.

id
string<uuid>
required
agentId
string<uuid>
required
name
string
required
source
string
required

Where the call came from, e.g. vapi, retell, speechify, livekit, upload.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
receiverId
string<uuid> | null
referenceId
string | null
endedReason
string | null
cost
string | null

Provider-reported cost in dollars, as a string for precision.