---
title: "Get a conversation"
method: GET
path: "/api/v1/public/conversations/{conversation_id}"
tags: ["public"]
---

# Get a conversation

`GET /api/v1/public/conversations/{conversation_id}`

Return one workspace-owned customer call conversation with transcript, summary, outcome, business names, and an access-controlled recording URL when available.

## Path parameters

- `conversation_id` string, required

## Response `200`

Successful Response

- PublicConversationDetail
  - `id` string, required
  - `leadName` string, nullable, required
  - `agentName` string, nullable, required
  - `usecaseName` string, nullable, required
  - `status` string, nullable, required
  - `outcome` string, nullable, required
  - `successful` boolean, nullable, required
  - `startedAt` string, date-time, nullable, required
  - `durationSeconds` integer, nullable, required
  - `appUrl` string, required
  - `leadPhone` string, nullable, required
  - `summary` string, nullable, required
  - `transcript` string, nullable, required
  - `recordingUrl` string, nullable, required
  - `feedback` string, nullable, required
  - `rating` number, nullable, required
  - `docsUrl` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `2a1adc380310` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/v1/public/conversations/:conversation_id/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
