---
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

---

[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)
