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

# List Transactions

`GET /transactions`

Retrieves a list of Transactions. Transactions representing expired authorizations or expired reversals are suppressed by default.

## Query parameters

- `source_synthetic_account_uid` string
- `destination_synthetic_account_uid` string
- `synthetic_account_uid` string
- `type` 'ach' | 'ach_return' | 'atm_withdrawal' | 'book_transfer' | 'card_load' | 'card_purchase' | 'card_refund' | 'cash_load' | 'corporate_action' | 'credit' | 'denied_authorization' | 'dispute' | 'fee' | 'instant_payment' | 'interest' | 'other' | 'peer_to_peer_transfer' | 'reversal' | 'reversed_transfer' | 'wire'
- `has_return` boolean
- `show_denied_auths` boolean
- `show_expired` boolean
- `status` 'canceled' | 'queued' | 'pending' | 'settled' | 'failed' | 'expired' | 'denied'
- `search_description` string
- `include_zero` boolean
- `sort` 'created_at_asc' | 'created_at_desc' | 'description_asc' | 'description_desc' | 'id_asc' | 'id_desc' | 'settled_index_asc' | 'settled_index_desc' | 'us_dollar_amount_asc' | 'us_dollar_amount_desc'
- `created_at_after` Schema — unresolved $ref
- `created_at_before` Schema — unresolved $ref
- `settled_at_after` string, date-time
- `settled_at_before` Schema — unresolved $ref
- `initial_action_at_after` Schema — unresolved $ref
- `initial_action_at_before` Schema — unresolved $ref
- `settled_index_after` integer
- `settled_index_before` integer
- `id_after` integer
- `id_before` integer

## Parameters

- `#/paths/~1pools/get/parameters/0` — unresolved $ref
- `#/paths/~1transfers/get/parameters/2` — unresolved $ref
- `#/paths/~1pools/get/parameters/1` — unresolved $ref
- `#/paths/~1pools/get/parameters/2` — unresolved $ref

---

[API](https://skmtc.net/newline53/apis/newline-platform-api.md) · [All operations](https://skmtc.net/newline53/apis/newline-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/newline53/newline-platform-api/revisions/54f4fe726d8f/schema)
