Returns call records attached to the given lead, with pagination metadata.
Notes:
curl --request GET \
--url https://api.lofty.com/v1.0/calls \
--header 'Authorization: <authorization>'{
"get_metadata": {
"collection": "note",
"limit": 10,
"offset": 0,
"total": 50,
"scrollId": "<string>"
},
"calls": [
{
"id": 563172647619608,
"dialerCallRecordId": 400000012345,
"userId": 100234,
"userPhoneNumber": "+14155550100",
"leadId": 100001,
"leadPhoneNumber": "+14155550199",
"direction": "Outbound",
"status": "Completed",
"startTime": "2026-04-22 10:15:00",
"endTime": "2026-04-22 10:18:45",
"duration": 225,
"callingOutcome": "Talked",
"rateScore": 4,
"recordingSwitch": true,
"showUserNumber": "+14155550100",
"createTime": "2026-04-22 10:15:00",
"updateTime": "2026-04-22 10:18:45",
"note": "Discussed pre-approval timeline.",
"isMachineAnswered": false,
"price": 0.02,
"agentId": 100234,
"elapsedTime": "00:08"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer [access_token]
Number of results to return per page.
x >= 1Zero-based index of the first entry to return.
x >= 0ID of the lead whose calls to return.
x >= 1curl --request GET \
--url https://api.lofty.com/v1.0/calls \
--header 'Authorization: <authorization>'{
"get_metadata": {
"collection": "note",
"limit": 10,
"offset": 0,
"total": 50,
"scrollId": "<string>"
},
"calls": [
{
"id": 563172647619608,
"dialerCallRecordId": 400000012345,
"userId": 100234,
"userPhoneNumber": "+14155550100",
"leadId": 100001,
"leadPhoneNumber": "+14155550199",
"direction": "Outbound",
"status": "Completed",
"startTime": "2026-04-22 10:15:00",
"endTime": "2026-04-22 10:18:45",
"duration": 225,
"callingOutcome": "Talked",
"rateScore": 4,
"recordingSwitch": true,
"showUserNumber": "+14155550100",
"createTime": "2026-04-22 10:15:00",
"updateTime": "2026-04-22 10:18:45",
"note": "Discussed pre-approval timeline.",
"isMachineAnswered": false,
"price": 0.02,
"agentId": 100234,
"elapsedTime": "00:08"
}
]
}