latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

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

campaign_calllist_uuidstring
team_idinteger
user_idinteger
log_typestring

Says on what kind of operation the logging is performed

action_typestring

create, add, delete, ...

creation_datestring date-time
meta_datasobject

Free-form details about the logged operation. The keys and the shape of the values depend on log_type and action_type.

Example response

[
  {
    "creation_date": "2018-08-12T12:12:40.53Z"
  }
]