---
title: "Get Call Log"
method: GET
path: "/api/v1/call-logs/{call_log_id}"
tags: ["Call Logs"]
---

# Get Call Log

`GET /api/v1/call-logs/{call_log_id}`

Get detailed information for a specific call log.

## Path parameters

- `call_log_id` integer, required — The ID of the call log to get the information.

## Query parameters

- `include_recordings` boolean — Whether to include recordings.

## Response `200`

Successful Response

- CallLogExportInformation
  - `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
  - `recording_urls` string[], required
  - `agent_data` object, required
  - `campaign_target_id` string, nullable, required
  - `post_call_data` object, nullable, required
  - `qa` object, nullable, required
  - `transcripts` object[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `465e175d4bd7` — 1 breaking, 2 warning
  - the `` response property const value `DeprecatedLocalTest` was removed for the status `200`
  - added the new `DeprecatedLocalTest` enum value to the `from_/anyOf[subschema #1]/` response property for the response status `200`
  - added the new `Simulation` enum value to the `from_/anyOf[subschema #1]/` response property for the response status `200`

[Change history](https://skmtc.dev/getprosperapp/apis/prosper-voice/changes/api/v1/call-logs/:call_log_id/get.md)

---

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