---
title: "List Calls"
method: GET
path: "/api/admin/calls"
tags: ["admin-calls"]
---

# List Calls

`GET /api/admin/calls`

## Query parameters

- `status` string
- `provider` string, nullable
- `workspace_id` string, nullable
- `lead_id` string, nullable
- `has_recording` boolean, nullable
- `date_from` string, date-time, nullable
- `date_to` string, date-time, nullable
- `sort` string
- `search` string, nullable
- `cursor` string, nullable
- `limit` integer
- `sort_dir` 'asc' | 'desc'

## Response `200`

Successful Response

- OutcallerApiAdminSchemasCallsCallListResponse
  - `items` CallListItem[], required
    - `id` string, required
    - `workspace_id` string, required
    - `workspace_name` string, required
    - `lead_id` string, required
    - `lead_name` string, required
    - `lead_phone` string, nullable, required
    - `use_case_id` string, nullable, required
    - `use_case_name` string, nullable, required
    - `status` string, nullable, required
    - `direction` string, required
    - `call_runtime_provider` string, nullable, required
    - `telephony_provider` string, nullable, required
    - `duration_seconds` integer, nullable, required
    - `has_recording` boolean, required
    - `has_transcript` boolean, required
    - `call_success` boolean, nullable, required
    - `display_status` string, nullable
    - `is_voicemail` boolean
    - `call_rating` integer, nullable
    - `call_conclusion` string, nullable, required
    - `started_at` string, date-time, nullable, required
    - `ended_at` string, date-time, nullable, required
    - `created_at` string, date-time, required
    - `transfers` CallTransferInfo[]
      - `id` string, required
      - `department` string, nullable, required
      - `status` string, required
      - `start_time` string, date-time, required
      - `end_time` string, date-time, nullable, required
  - `pagination` CursorPage, required
    - `next_cursor` string, nullable
    - `has_more` boolean
    - `total` integer, nullable

## 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/a57f684e7966/schema)
