---
title: "List Enriched Transactions"
method: GET
path: "/enrichment/v1/transactions"
tags: ["Data Enrichment.Enriched Transactions", "REGION.US"]
---

# List Enriched Transactions

`GET /enrichment/v1/transactions`

List all enriched transactions for a user.

## Query parameters

- `pageSize` integer
- `pageToken` string
- `statusIn` string[]
- `accountIdIn` string[]
- `categoryIdIn` string[]
- `bookedDateGte` string
- `bookedDateLte` string
- `bookedDateLt` string
- `merchantIdIn` string[]
- `brandIdIn` string[]

## Response `200`

Returns `200 Ok` for successful operation.

- Data20EnrichmentEnriched20TransactionsEnriched20Transactions20Response — unresolved $ref

## Other responses

- `400` — Returns `400 Bad Request` if the payload does not pass validation.
- `401` — Returns `401 Unauthorized` if the user is not authorized.
- `403` — Returns `403 Forbidden` if the user is not permitted.
- `404` — Returns `404 Not Found` if the entity is not present.
- `500` — Returns `500 Internal Server Error` if there is an unexpected server error.
- `600` — More specific error codes that can be found as `detailCode` in the error response. NON_SPECIFIED (0), NOT_AUTHORIZED (1), INVALID_TOKEN (2), CATEGORIES_NOT_FOUND (3), UUID_INVALID (4), ENTITY_NOT_FOUND (5), TRANSACTIONS_NOT_FOUND (6), FEATURE_NOT_AVAILABLE (7), INVALID_REQUEST (8)

## Changes

- **2026-09-04** `88a27d205d81` — 2 info
  - the security scope `enrichment.transactions` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `enrichment.transactions:readonly` was removed from the endpoint's security scheme `OAuth2User`
- **2026-09-03** `879841dad319` — 2 info
  - the security scope `enrichment.transactions` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `enrichment.transactions:readonly` was removed from the endpoint's security scheme `OAuth2User`
- **2026-09-01** `3cd2b56986d4` — 2 info
  - the security scope `enrichment.transactions` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `enrichment.transactions:readonly` was removed from the endpoint's security scheme `OAuth2User`
- **2026-09-01** `758b7489400f` — 2 info
  - the security scope `enrichment.transactions` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `enrichment.transactions:readonly` was removed from the endpoint's security scheme `OAuth2User`
- **2026-08-28** `dd8c7b7d5ac1` — 2 info
  - the security scope `enrichment.transactions` was added to the endpoint's security scheme `OAuth2User`
  - the security scope `enrichment.transactions:readonly` was removed from the endpoint's security scheme `OAuth2User`

[Full history](https://skmtc.dev/tink/apis/tink-api/changes/enrichment/v1/transactions/get.md)

---

[API](https://skmtc.dev/tink/apis/tink-api.md) · [All operations](https://skmtc.dev/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/88a27d205d81/schema)
