---
title: "Get call history from the VoiceCalls table (Telnyx/Retell calls)."
method: GET
path: "/Phones/calls/history"
tags: ["Phones"]
---

# Get call history from the VoiceCalls table (Telnyx/Retell calls).

`GET /Phones/calls/history`

## Query parameters

- `take` union
  - integer
  - string, int32
- `skip` union
  - integer
  - string, int32

## Response `200`

OK

- CallHistoryResponse
  - `calls` CallHistoryDto[]
    - `id` string
    - `direction` string
    - `callerNumber` string, nullable
    - `callerName` string, nullable
    - `destinationNumber` string, nullable
    - `startTime` string, date-time, nullable
    - `answerTime` string, date-time, nullable
    - `endTime` string, date-time, nullable
    - `duration` union
      - integer
      - string, int32
    - `hangupCause` string, nullable
    - `recordingUrl` string, nullable
    - `extensionName` string, nullable
    - `clientId` string, nullable
    - `patientId` string, nullable
  - `total` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
