Calls
Activities
Get Activity by Call ID
Get activity by call ID.
get/v2/calls/{callId}/activity
Path parameters
callIdinteger required
Call ID
Response
Call activity
Example response
{
"id": 12345,
"company_id": 678,
"date": "2025-10-27 14:30:00",
"timestamp": 1730038200,
"from": "+15551234567",
"to": "+15559876543",
"extension": "101",
"duration": 180,
"recording": "https://example.com/recording.mp3",
"media": "https://example.com/recording.mp3",
"started_at": "2025-10-27T14:30:00Z",
"created_at": "2025-10-27T14:30:00Z",
"ended_at": "2025-10-27T14:33:00Z",
"dniActivity": {
"id": 1001,
"sessionId": "550e8400-e29b-41d4-a716-446655440000",
"source": "google",
"utmCampaign": "summer_sale",
"utmMedium": "cpc",
"utmSource": "google",
"date": "2025-10-27T14:30:00Z",
"landingPage": "https://example.com/products",
"browserOrDevice": "Chrome/Desktop",
"gclid": "abc123def456",
"trackingNumberLabel": "Main Campaign",
"referrer": "https://google.com",
"type": "call",
"duration": 180,
"customerPhoneNumber": "+15551234567"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.