---
title: "List call history of a lead (v2)"
method: GET
path: "/v1.0/communication/call/v2"
tags: ["Communication"]
---

# List call history of a lead (v2)

`GET /v1.0/communication/call/v2`

Returns call history entries for the given lead, including additional event types not covered by the v1 variant. Lead must belong to the caller's team.

## Query parameters

- `leadId` integer, required
- `offset` integer
- `limit` integer
- `currentId` integer

## Headers

- `Authorization` string, required

## Response `200`

Call history entries for the lead.

- CommunicationCallV2ListResponse — Wrapped response for GET /v1.0/communication/call/v2. Call history entries (with expanded event types) are returned under the 'calls' key.
  - `calls` CallHistory[] — Call history entries.
    - `id` integer — The Id of the call
    - `agentId` integer — The Id of the agent
    - `leadId` integer — The lead(Id) associated with the call
    - `createTime` string — The createTime of the call
    - `direction` string — Outbound or Inbound call
    - `leadPhoneNumber` string — The phone number of the lead

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Lead does not exist or is outside the caller's team (20006 LEAD_NOT_EXIST).
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
