---
title: "List spending plans"
method: GET
path: "/users/{user_guid}/spending_plans"
tags: ["spending plan"]
---

# List spending plans

`GET /users/{user_guid}/spending_plans`

Use this endpoint to list all the spending plans associated with the user.

## Path parameters

- `user_guid` string, required

## Query parameters

- `page` integer
- `records_per_page` integer

## Response `200`

OK

## Changes

- **2023-11-29** `f38a65c5b76d` — 1 info
  - endpoint added
- **2023-11-27** `79dbfaf92357` — 1 breaking
  - api path removed without deprecation
- **2023-11-21** `34d8d8fd215b` — 1 warning, 1 info
  - removed the optional property `iteration_items` from the response with the `200` status
  - added the optional property `spending_plans` to the response with the `200` status
- **2023-11-21** `6d036644b199` — 2 info
  - api tag `spending plan` added
  - api tag `spending_plan` removed
- **2023-11-21** `1c7cf43fb47e` — 1 warning, 3 info
  - removed the optional property `spending_plans` from the response with the `200` status
  - api tag `spending_plan` added
  - api tag `mx_platform` removed
  - added the optional property `iteration_items` to the response with the `200` status

[Full history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/spending_plans/get.md)

---

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