---
title: "List conversations"
method: GET
path: "/api/v1/public/conversations"
tags: ["public"]
---

# List conversations

`GET /api/v1/public/conversations`

List customer call conversations across the authenticated workspace, optionally filtered by use case or status. Results are bounded to 100 records.

## Query parameters

- `use_case_id` string, nullable
- `status` string, nullable
- `limit` integer

## Response `200`

Successful Response

- PublicConversationList
  - `items` PublicConversationSummary[], required
    - `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
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

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