---
title: "Fetch all transactions"
method: GET
path: "/transactions"
tags: ["Transactions"]
---

# Fetch all transactions

`GET /transactions`

Returns all transactions from the system

## Query parameters

- `token` string, string, required
- `sort` string, string
- `sortby` string, string
- `page` integer
- `fields` string, string
- `q` string, string
- `limit` string, string

## Response `200`

Fetched transactions

- Transaction
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `amount` number, float
  - `foreign_id` integer
  - `class` string
  - `status` string
  - `other_user_id` integer
  - `transaction_type` string
  - `payment_gateway_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/revisions/d716960b8cd5/schema)
