---
title: "Get all Gong calls for a specific email"
method: GET
path: "/api/gong/user-gong-calls-by-email"
tags: ["Gong"]
---

# Get all Gong calls for a specific email

`GET /api/gong/user-gong-calls-by-email`

Returns a paginated list of all Gong call records belonging to the given email address.

## Query parameters

- `email` string, required
- `page` integer
- `per_page` integer

## Response `200`

Paginated list of calls for the email

- object
  - `success` boolean
  - `data` object[]
  - `meta` object
    - `total` integer
    - `per_page` integer
    - `current_page` integer
    - `last_page` integer

## Other responses

- `422` — Email is required

---

[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/revisions/af3fca8cbe6f/schema)
