---
title: "GET /Call"
method: GET
path: "/Call"
tags: ["Call"]
---

# GET /Call

`GET /Call`

List Call records.

## Headers

- `X-No-Total` 'true' | 'false'

## Response `200`

Success.

- object
  - `list` Call[] — Records.
    - `id` string — An ID.
    - `name` string — A one-line string.
    - `status` 'Planned' | 'Held' | 'Not Held'
    - `dateStart` string — A timestamp in UTC.
    - `dateEnd` string — A timestamp in UTC.
    - `direction` 'Outbound' | 'Inbound'
    - `description` string, nullable — A multi-line text.
    - `parentId` string, nullable — A foreign record ID.
    - `parentType` 'Account' | 'Lead' | 'Contact' | 'Opportunity' | 'Case', nullable — An entity type.
    - `parentName` string, nullable — A foreign record name.
    - `accountId` string, nullable — An ID of the record of the Account type.
    - `accountName` string, nullable — A foreign record name.
    - `uid` string, nullable — A one-line string.
    - `acceptanceStatus` 'None' | 'Accepted' | 'Tentative' | 'Declined'
    - `usersIds` string[], nullable — IDs of records of the User type.
    - `usersNames` object, nullable — An {ID => record name} map.
    - `usersColumns` object, nullable — An {ID => object} map. Relationship column values.
    - `contactsIds` string[], nullable — IDs of records of the Contact type.
    - `contactsNames` object, nullable — An {ID => record name} map.
    - `contactsColumns` object, nullable — An {ID => object} map. Relationship column values.
    - `leadsIds` string[], nullable — IDs of records of the Lead type.
    - `leadsNames` object, nullable — An {ID => record name} map.
    - `leadsColumns` object, nullable — An {ID => object} map. Relationship column values.
    - `createdAt` string, nullable — A timestamp in UTC.
    - `modifiedAt` string, nullable — A timestamp in UTC.
    - `createdById` string, nullable — An ID of the record of the User type.
    - `createdByName` string, nullable — A foreign record name.
    - `modifiedById` string, nullable — An ID of the record of the User type.
    - `modifiedByName` string, nullable — A foreign record name.
    - `assignedUserId` string — An ID of the record of the User type.
    - `assignedUserName` string, nullable — A foreign record name.
    - `teamsIds` string[], nullable — IDs of records of the Team type.
    - `teamsNames` object, nullable — An {ID => record name} map.
  - `total` number — The total number of records. If the total number is disabled, special values are returned: -1 – there are more records to paginate, -2 – there are no more records.

## Other responses

- `400` — Bad request. Check logs for details.
- `403` — Forbidden. Might be an access control error. Check logs for details.

## Changes

- **2025-12-02** `e28ba9216fac` — 9 warning, 2 info
  - deleted the `query` request parameter `attributeSelect`
  - deleted the `query` request parameter `boolFilterList`
  - deleted the `query` request parameter `maxSize`
  - deleted the `query` request parameter `offset`
  - …7 more

[Change history](https://skmtc.dev/espocrm/apis/espocrm-api/changes/Call/get.md)

---

[API](https://skmtc.dev/espocrm/apis/espocrm-api.md) · [All operations](https://skmtc.dev/espocrm/apis/espocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/espocrm/espocrm-api/revisions/e28ba9216fac/schema)
