---
title: "Retrieves a Call resource."
method: GET
path: "/calls/{id}"
tags: ["Call"]
---

# Retrieves a Call resource.

`GET /calls/{id}`

Retrieves a Call resource.

## Path parameters

- `id` string, required

## Response `200`

Call resource

- 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

## Other responses

- `404` — Resource not found

---

[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)
