campaigns
Get campaign audit logs
Retrieves the complete audit log for a specific campaign. Each log entry records a significant operation — campaign start/stop/reset, contacts added/removed, column modifications, tag changes, user/group assignments, etc. — with timestamps and actor information. Use this for auditing campaign activity and troubleshooting.
Permission: No specific permission required. A valid API key is sufficient.
get/campaigns/call/{campaignscalllistuuid}/logs
Path parameters
campaignscalllistuuidstring uuid required
The UUID of the campaign (e.g., 1a7a5639-3818-4b0e-9285-f6b3795f8db4). Use GET /campaigns/call to discover campaign UUIDs.
Response
The audit log entries of the campaign
Example response
[
{
"creation_date": "2018-08-12T12:12:40.53Z"
}
]