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

# Fetch all transactions

`GET /transactions`

Returns all transactions from the system

## Query parameters

- `q` string, string
- `filter` string, string
- `user_id` integer

## 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_id` integer
  - `payment_gateway_id` integer
  - `gateway_fees` number, float

## Other responses

- `default` — Unexpected error

---

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