cURL
curl --request GET \ --url https://api.callers.ai/campaigns/{campaignId}/calls \ --header 'Authorization: <api-key>'
{ "status": "error", "message": "<string>" }
Get all calls by campaign ID. Returns an array of CallPublicDto. Supports pagination.
Optional sub organization ID. Must belong to your main organization API key.
Id of the campaign as a string ObjectId value.
Page number. Default is 0.
Max page size. Default is 50.
The response is of type object.
object