---
title: "Get transactions"
method: GET
path: "/tracker/transaction"
tags: ["Transactions"]
---

# Get transactions

`GET /tracker/transaction`

Retrieve a paginated list of transactions with optional filters.

## Query parameters

- `shop` string
- `email` string
- `date_from` string
- `date_to` string
- `per_page` integer
- `page` integer

## Response `200`

OK

- object
  - `current_page` integer
  - `data` object[]
    - `id` integer
    - `order_id` string
    - `email` string
    - `shop` string
    - `amount` integer
    - `timestamp` string
    - `status` unknown
    - `items` object[]
      - `code` string
      - `title` string
      - `categories` string[]
      - `price` integer
      - `amount` string
  - `per_page` integer
  - `total` integer

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
