---
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.

---

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