---
title: "Getting Report (JSON)"
method: GET
path: "/v3/mlog"
tags: ["MLog report"]
---

# Getting Report (JSON)

`GET /v3/mlog`

## Query parameters

- `from` string, required
- `to` string, required
- `recipient` string
- `campaignID` string
- `channel` string
- `sender` string
- `status` string
- `limit` integer
- `skip` integer
- `pretty` boolean

## 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)
