---
title: "Export campaign call logs"
method: GET
path: "/campaign/{id}/logs/export"
tags: ["Campaigns"]
---

# Export campaign call logs

`GET /campaign/{id}/logs/export`

Returns one row per call attempt in the campaign (timestamp, contact, agent, outcome,
duration, cost, recording URL, transcript URL). Use this for a flat call-level audit
trail of a campaign. The response streams as CSV.

## Path parameters

- `id` string, required

## Response `200`

CSV export streamed successfully. One row per call attempt.
The exact column set matches what your dashboard's campaign export produces for this
campaign; check a live export against your own campaign to confirm the column list.

## Other responses

- `400` — Campaign not found.

## Changes

- **2026-08-09** `d671ad39901c` — 1 info
  - endpoint added
- **2026-06-22** `0eac753eb5dd` — 1 breaking
  - api path removed without deprecation
- **2026-06-21** `ea4ea58d7c4e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/agent-management-api/changes/campaign/:id/logs/export/get.md)

---

[API](https://skmtc.dev/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/274a178284a4/schema)
