---
title: "List transactions"
method: GET
path: "/v1beta/transactions"
tags: ["Transaction"]
---

# List transactions

`GET /v1beta/transactions`

## Query parameters

- `limit` integer
- `offset` integer
- `order` string
- `order_by` string
- `start_creation_date` string
- `end_creation_date` string
- `filter_for_subject` string

## Response `200`

A successful response.

- TransactionListTransactionsResponse
  - `code` integer
  - `data` TransactionListTransactionsResponseData
    - `results` TransactionListTransactionsResponseDataResults[]
      - `action` string
      - `creation_date` string
      - `discount` number, double
      - `exchange_rate` number, double
      - `object_type` string
      - `price` TransactionPrices
        - `product` TransactionPrice
          - `currency` string
          - `price` number, double
        - `reseller` TransactionPrice
          - `currency` string
          - `price` number, double
      - `quantity` integer
      - `reference_id` integer
      - `setup` TransactionPrices
        - `product` TransactionPrice
          - `currency` string
          - `price` number, double
        - `reseller` TransactionPrice
          - `currency` string
          - `price` number, double
      - `subject` string
      - `total` TransactionPrices
        - `product` TransactionPrice
          - `currency` string
          - `price` number, double
        - `reseller` TransactionPrice
          - `currency` string
          - `price` number, double
      - `type` string
      - `vat` integer
    - `total` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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