---
title: "List transactions sent by the calling application"
method: GET
path: "/v1/transactions/sent"
tags: ["Transactions"]
---

# List transactions sent by the calling application

`GET /v1/transactions/sent`

Returns all transactions where the sender tag belongs to the calling application. Sorted by `createdAt` descending.

## Query parameters

- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

Paginated list of sent transactions

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/versions/db1f954badfb/schema)
