---
title: "List transactions"
method: GET
path: "/users/{user_guid}/transactions"
tags: ["transactions"]
---

# List transactions

`GET /users/{user_guid}/transactions`

Requests to this endpoint return a list of transactions associated with the specified `user`, across all members and accounts associated with that `user`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).

## Path parameters

- `user_guid` string, required

## Query parameters

- `page` integer
- `records_per_page` integer
- `from_date` string
- `to_date` string
- `from_created_at` string
- `to_created_at` string
- `from_updated_at` string
- `to_updated_at` string
- `category_guid` string
- `category_guid[]` string[]
- `top_level_category_guid` string
- `top_level_category_guid[]` string[]
- `use_case` string
- `includes` string

## Response `200`

OK

---

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