---
title: "Emails a traffic-log report for the specified campaign and date range to one or more recipients."
method: POST
path: "/traffic-log"
tags: ["Traffic log"]
---

# Emails a traffic-log report for the specified campaign and date range to one or more recipients.

`POST /traffic-log`

Submits an asynchronous Traffic Log request: Voluum generates a log of the campaign's raw traffic over the given period and emails it to the addresses in 'emails'. Sends mail to caller-supplied addresses, so confirm the recipients with the user before calling. Returns the request id immediately — the report is not ready yet; poll GET /traffic-log/{id} for its status and download link.

## Query parameters

- `emails` string, required
- `campaignId` string, required
- `tz` string
- `from` string, required
- `to` string, required

## Response `200`

ID of the newly created Traffic Log request. Poll GET /traffic-log/{id} to check the status and obtain the download link once the report is ready.

---

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