---
title: "Retrieves the collection of Call resources."
method: GET
path: "/calls"
tags: ["Call"]
---

# Retrieves the collection of Call resources.

`GET /calls`

Retrieves the collection of Call resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Call collection

- Call[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — the unique identifier of the source 3rd party integration
  - `callOwner` string, nullable — the user the call is to or from
  - `callContact` string, nullable — the customer or lead the call is to or from
  - `callDuration` integer, nullable — duration of the call
  - `callPurpose` string, nullable — purpose of the call
  - `callStartTime` string, date-time, nullable — when the call starts
  - `callResult` string, nullable — result of the call
  - `description` string, nullable — details about the call
  - `created` string, date-time, nullable — when the call information is created
  - `modified` string, date-time, nullable — when the call objects are modified
  - `callresult` string, nullable

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
