cURL
curl --request GET \ --url https://api.sternrockcapital.com/calls/ai
{ "data": [ { "businessName": "<string>", "callType": "outboundPhoneCall", "createdAt": "<string>", "id": "<string>", "leadName": "<string>", "phoneNumber": "<string>" } ], "pagination": { "currentPage": 123, "lastPage": 123, "perPage": 123 } }
Retrieves a paginated list of AI call records, including lead and business information.
Page number
Items per page
paginated list of AI calls
Show child attributes