---
title: "Changes to Lists all transactions for a specific relayer with pagination."
method: GET
path: "/api/v1/relayers/{relayer_id}/transactions/"
---

# Changes to Lists all transactions for a specific relayer with pagination.

`GET /api/v1/relayers/{relayer_id}/transactions/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 18 revisions.

- **2026-06-05** `97fada1b2001` — 1 breaking, 1 info
- **2025-12-22** `2abd60a9c2d8` — 1 info
- **2025-11-07** `d1f71894e671` — 1 info
- **2025-10-31** `5487da58bf15` — 2 breaking, 2 warning, 1 info

## Changes

- **2026-06-05** `97fada1b2001` — 1 breaking, 1 info
  - the `data/items/oneOf[#/components/schemas/StellarTransactionResponse]/sequence_number` response's property type/format changed from `integer`/`int64` to `string`/`` for status `200`
  - the `data/items/oneOf[#/components/schemas/StellarTransactionResponse]/sequence_number` response's property pattern `^-?[0-9]+$` was added for the status `200`
- **2025-12-22** `2abd60a9c2d8` — 1 info
  - added the optional property `data/items/oneOf[#/components/schemas/StellarTransactionResponse]/transaction_result_xdr` to the response with the `200` status
- **2025-11-07** `d1f71894e671` — 1 info
  - added the optional property `data/items/oneOf[#/components/schemas/SolanaTransactionResponse]/instructions` to the response with the `200` status
- **2025-10-31** `5487da58bf15` — 2 breaking, 2 warning, 1 info
  - the response property `data/items/oneOf[#/components/schemas/SolanaTransactionResponse]/status_reason` became nullable for the status `200`
  - the `data/items/oneOf[#/components/schemas/StellarTransactionResponse]/sequence_number` response's property type/format changed from `string`/`` to `integer`/`int64` for status `200`
  - removed the optional property `data/items/oneOf[#/components/schemas/SolanaTransactionResponse]/instructions` from the response with the `200` status
  - removed the optional property `data/items/oneOf[#/components/schemas/StellarTransactionResponse]/transaction_result_xdr` from the response with the `200` status
  - the `data/items/oneOf[#/components/schemas/StellarTransactionResponse]/sequence_number` response's property pattern `^-?[0-9]+$` was removed for the status `200`

---

[Operation](https://skmtc.dev/openzeppelin/apis/openzeppelin-relayer-api/docs/api/v1/relayers/:relayer_id/transactions/get.md) · [API](https://skmtc.dev/openzeppelin/apis/openzeppelin-relayer-api.md) · [Page](https://skmtc.dev/openzeppelin/apis/openzeppelin-relayer-api/changes/api/v1/relayers/:relayer_id/transactions/get)
