---
title: "Retrieve a List of Transactions"
method: GET
path: "/transactions"
tags: ["Transactions"]
---

# Retrieve a List of Transactions

`GET /transactions`

Allows to query list of transactions for desired SEP. This api supports pagination, and it's possible (and recommended) to make multiple requests to query transactions. The last page is reached when the number of elements returned by the endpoint is smaller than provided `page_size`.

## Query parameters

- `sep` '6' | '24' | '31', required
- `order_by` 'created_at' | 'transfer_received_at' | 'user_action_required_by'
- `order` 'asc' | 'desc'
- `statuses` StatusSEPAll[] — unresolved $ref
- `page_size` integer
- `page_number` integer

## Response `200`

Transaction found.

- union
  - TransactionListSEP6 — unresolved $ref
  - TransactionListSEP24 — unresolved $ref
  - TransactionListSEP31 — unresolved $ref

## Other responses

- `400` — Bad Request
- `404` — Transaction not found.

## Changes

- **2024-08-28** `ba4512af5463` — 1 info
  - added the new enum value `user_action_required_by` to the `query` request parameter `order_by`

[Change history](https://skmtc.dev/stellar/apis/platform-server/changes/transactions/get.md)

---

[API](https://skmtc.dev/stellar/apis/platform-server.md) · [All operations](https://skmtc.dev/stellar/apis/platform-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/platform-server/revisions/ba4512af5463/schema)
