---
title: "Exporting Report (CSV)"
method: POST
path: "/v3/mlog"
tags: ["MLog report"]
---

# Exporting Report (CSV)

`POST /v3/mlog`

## Query parameters

- `from` string, required
- `to` string, required
- `recipient` string
- `campaignID` string
- `channel` string
- `sender` string
- `status` string

## Request body

- MLogsExportReportBody
  - `emails` string[], required — List (array) of recipient emails where the CSV file will be sent.
  - `from` string, required — <p>Email address of the sender.</p> <p><b>NOTE</b>: The Sender must be a valid sender from the Workspace.</p>
  - `timezone` string, required — Timezone in GMT.
  - `externalId` string — Alphanumeric identifier that can be used for reporting purposes.

## Response `200`

Report request received successfully

- BaseResponse
  - `meta` MetadataDTO
    - `timestamp` integer, required — Transaction's date in timestamp
    - `transactionId` string, required — Id for the current transaction (Endpoint's call)
    - `explain` string — Explain string in case of failure

## Other responses

- `400` — Bad request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/messangi/apis/raven.md) · [All operations](https://skmtc.dev/messangi/apis/raven/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/messangi/raven/revisions/c87f398fa338/schema)
