---
title: "List Call Logs"
method: GET
path: "/api/v1/call-logs"
tags: ["Call Logs"]
---

# List Call Logs

`GET /api/v1/call-logs`

List all call logs for the organization with pagination and date filtering.

## Query parameters

- `page` integer — The page number to get.
- `limit` integer — The number of call logs per page.
- `from_date` string, date-time, nullable — Filter logs from this date.
- `to_date` string, date-time, nullable — Filter logs until this date.
- `campaign_id` string, nullable — Filter logs by campaign ID.

## Response `200`

Successful Response

- CallLogExportPaginated
  - `call_logs` CallLogListExportInformation[], required
    - `id` string, required
    - `to` string, required
    - `from_` union, required
      - 'DeprecatedLocalTest' | 'Simulation'
      - string
    - `created_at` string, date-time, required
    - `call_length` string, required
    - `call_ended_reason` string, required
    - `call_categorization` object, nullable, required
    - `agent_data` object, required
    - `campaign_target_id` string, nullable, required
    - `post_call_data` object, nullable, required
    - `qa` object, nullable, required
    - `transcripts` object[], required
  - `page_count` integer, required
  - `next_page` integer, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getprosperapp/apis/prosper-voice.md) · [All operations](https://skmtc.net/getprosperapp/apis/prosper-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprosperapp/prosper-voice/revisions/672ca50a9215/schema)
