---
title: "Get transactions"
method: GET
path: "/api/v1/transactions"
tags: ["Transactions"]
---

# Get transactions

`GET /api/v1/transactions`

Fetch the authenticated user’s transactions. Use `page`, `limit`, and date range to filter. For a single row and up-to-date status, use `GET /api/v1/transactions/{transactionId}`.

## Query parameters

- `page` integer
- `limit` integer
- `start_date` string, date-time
- `end_date` string, date-time

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-31** `99437f87d687` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/msorg-developers/apis/dancity-api/changes/api/v1/transactions/get.md)

---

[API](https://skmtc.dev/msorg-developers/apis/dancity-api.md) · [All operations](https://skmtc.dev/msorg-developers/apis/dancity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/msorg-developers/dancity-api/revisions/99437f87d687/schema)
