9502a693bd5d

latestOpenAPI 3.0.02026-08-0622087.9 KB
Gong

Get all Gong calls for a specific email

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

get/api/gong/user-gong-calls-by-email

Query parameters

emailstring required
Example:john@example.com

Email address to fetch calls for (exact match)

pageinteger
Example:1

Page number

per_pageinteger
Example:10

Number of results per page

Response

Paginated list of calls for the email

successboolean
dataobject[]

Example response

{
  "success": true,
  "meta": {
    "total": 50,
    "per_page": 10,
    "current_page": 1,
    "last_page": 5
  }
}