---
title: "GET /api/v4/customers/transactions"
method: GET
path: "/api/v4/customers/transactions"
---

# GET /api/v4/customers/transactions

`GET /api/v4/customers/transactions`

Get list of transactions.

## Query parameters

- `page` integer
- `limit` integer
- `filter` object

## Response `200`

The request has succeeded.

- union
  - CustomerTransactionListResponse
    - `_page` integer
    - `_links` object
    - `_embedded` object
      - `transactions` CustomerTransaction[]
        - `id` integer
        - `customer_id` integer
        - `price` integer
        - `comment` string
        - `created_at` integer
        - `created_by` integer
        - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
