---
title: "Get Activity by Call ID"
method: GET
path: "/v2/calls/{callId}/activity"
tags: ["Calls", "Activities"]
---

# Get Activity by Call ID

`GET /v2/calls/{callId}/activity`

Get activity by call ID.

## Path parameters

- `callId` integer, required

## Response `200`

Call activity

- object
  - `id` integer
  - `company_id` integer
  - `date` string
  - `timestamp` integer
  - `from` string
  - `to` string
  - `extension` string, nullable
  - `duration` integer
  - `recording` string, nullable
  - `media` string, nullable
  - `voicemail` boolean
  - `started_at` string, date-time
  - `created_at` string, date-time
  - `ended_at` string, date-time
  - `eavAttributeValues` object
  - `dniActivity` object
    - `id` integer
    - `sessionId` string, uuid
    - `source` string
    - `utmCampaign` string, nullable
    - `utmMedium` string, nullable
    - `utmSource` string, nullable
    - `date` string, date-time
    - `landingPage` string
    - `browserOrDevice` string, nullable
    - `gclid` string, nullable
    - `msclkid` string, nullable
    - `fbclid` string, nullable
    - `trackingNumberLabel` string
    - `referrer` string, nullable
    - `type` 'call' | 'message' | 'fax'
    - `duration` integer
    - `customerPhoneNumber` string

## Other responses

- `404` — Call activity not found

---

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