---
title: "Get conversation details"
method: GET
path: "/analytics/conversation-details/{callId}"
tags: ["Analytics"]
---

# Get conversation details

`GET /analytics/conversation-details/{callId}`

Returns the full transcript and event stream for a specific call, reconstructed from ClickHouse event data.

## Path parameters

- `callId` string, required

## Response `200`

Call transcript and events

- object
  - `success` boolean
  - `data` object
    - `orgId` string
    - `callId` string
    - `agentName` string
    - `workflowType` string
    - `transcript` object[]
      - `role` string
      - `text` string
      - `timestamp` string, date-time
    - `events` object[]
      - `eventType` string
      - `timestamp` string, date-time
    - `fromNumber` string
    - `toNumber` string
    - `callDurationMs` number

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `404` — Call log not found or does not belong to the organization
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/versions/6d1036a76fbc/schema)
