---
title: "Get call events list"
method: GET
path: "/crm/v1/events/call"
tags: ["call events"]
---

# Get call events list

`GET /crm/v1/events/call`

Returns a paginated list of call events (incoming and outgoing calls tracked in CRM).
Example: `GET /crm/v1/events/call?page=1&list=20`

## Query parameters

- `page` integer
- `list` integer

## Response `200`

Successful response

- object[]
  - `id` integer
  - `task_id` integer
  - `contact_id` integer
  - `company_id` integer
  - `deal_id` integer
  - `lead_id` integer
  - `entity_table` string
  - `subject` string
  - `call_type` 'outgoing' | 'incoming'
  - `ended_call_status` string
  - `from` string
  - `to` string
  - `begin_time` integer
  - `end_time` integer
  - `duration` integer
  - `call_record_link` string
  - `note` string
  - `integration_code` string
  - `external_id` integer — Non-required. Used for communication with integrations
  - `tmp_id` integer — Non-required. Used for communication with integrations
  - `contacts` CallEventContacts[]
    - `id` integer
    - `title` string
  - `companies` unknown[] — Having same format as contacts field. Or could be empty array
    - unknown
  - `employees` unknown[] — Employees that have been dialed during the call. Could be omitted if don't have such information
    - unknown
  - `tasks` object — The task data for provided task_id
    - `id` integer
    - `title` string

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/revisions/f80578d43845/schema)
