---
title: "Get campaign audit logs"
method: GET
path: "/campaigns/call/{campaignscalllistuuid}/logs"
tags: ["campaigns"]
---

# Get campaign audit logs

`GET /campaigns/call/{campaignscalllistuuid}/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.

## Path parameters

- `campaignscalllistuuid` string, uuid, required

## Response `200`

The audit log entries of the campaign

- Logs[]
  - `campaign_calllist_uuid` string
  - `team_id` integer
  - `user_id` integer
  - `log_type` string — Says on what kind of operation the logging is performed
  - `action_type` string — create, add, delete, ...
  - `creation_date` string, date-time
  - `meta_datas` object — Free-form details about the logged operation. The keys and the shape of the values depend on `log_type` and `action_type`.

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
