---
title: "Get Gong call detail"
method: GET
path: "/api/gong/calls/{call_id}"
tags: ["Gong"]
---

# Get Gong call detail

`GET /api/gong/calls/{call_id}`

Returns full extracted information for a single Gong call including metadata, parties, content analysis (brief, key points, highlights, outline, trackers), interaction stats, speaker breakdown, questions, public comments, media URL and CRM context.

## Path parameters

- `call_id` string, required

## Response `200`

Full call detail

- object
  - `status` boolean
  - `data` object
    - `id` string
    - `title` string
    - `started` string, date-time
    - `duration_sec` integer
    - `url` string
    - `direction` string
    - `is_private` boolean
    - `meeting_url` string
    - `primary_user_id` string
    - `parties` object[]
      - `id` string
      - `name` string
      - `email` string
      - `affiliation` string
      - `title` string
      - `speaker_id` string
    - `brief` string
    - `call_outcome` string
    - `key_points` string[]
    - `highlights` object[]
    - `topics` object[]
      - `name` string
      - `duration` integer
    - `outline` object[]
    - `trackers` object[]
    - `speakers` object[]
    - `questions` object
      - `company_questions` object[]
      - `non_company_questions` object[]
    - `interaction_stats` object[]
    - `public_comments` object[]
    - `media_url` string
    - `context` object[]
      - `object_type` string
      - `object_id` string
      - `fields` object[]

## Other responses

- `401` — Unauthorized – token missing or invalid
- `404` — Call not found

---

[API](https://skmtc.net/skillspark/apis/zapier-api-documentation.md) · [All operations](https://skmtc.net/skillspark/apis/zapier-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skillspark/zapier-api-documentation/versions/9502a693bd5d/schema)
