v1
latestOpenAPI 3.0.02026-08-0622087.9 KBGong
Get Gong call detail
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.
get/api/gong/calls/{call_id}
Path parameters
call_idstring required
Example:7782342274025937035
Gong call ID
Response
Full call detail
Example response
{
"status": true,
"data": {
"id": "7782342274025937035",
"title": "Discovery Call - Acme Corp",
"started": "2024-03-01T10:00:00Z",
"duration_sec": 2743,
"url": "https://app.gong.io/call?id=7782342274025937035",
"direction": "Outbound",
"meeting_url": "https://zoom.us/j/123456",
"primary_user_id": "234599484848423",
"parties": [
{
"id": "234599484848423",
"name": "John Smith",
"email": "john@company.com",
"affiliation": "Internal",
"title": "Account Executive",
"speaker_id": "s1"
}
],
"brief": "Discussion about pricing and next steps.",
"call_outcome": "Positive",
"key_points": [
"Customer interested in enterprise plan"
],
"topics": [
{
"name": "Pricing",
"duration": 340
}
],
"media_url": "https://storage.gong.io/...",
"context": [
{
"object_type": "Opportunity",
"object_id": "opp_001"
}
]
}
}