---
title: "List all Gong calls"
method: GET
path: "/api/gong/calls"
tags: ["Gong"]
---

# List all Gong calls

`GET /api/gong/calls`

Returns a paginated list of Gong calls with summary information including title, duration, parties, topics, brief and call outcome. Requires the GONG API token passed as a request header.

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Paginated list of Gong calls

- object
  - `status` boolean
  - `data` object[]
    - `id` string
    - `title` string
    - `started` string, date-time
    - `duration_sec` integer
    - `url` string
    - `direction` string
    - `is_private` boolean
    - `parties` object[]
      - `id` string
      - `name` string
      - `email` string
      - `affiliation` string
      - `title` string
      - `speaker_id` string
    - `topics` object[]
      - `name` string
      - `duration` integer
    - `brief` string
    - `call_outcome` string
  - `meta` object
    - `total` integer
    - `per_page` integer
    - `current_page` integer
    - `last_page` integer

## Other responses

- `401` — Unauthorized – token missing or invalid

---

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