---
title: "Read a spending plan for a user"
method: GET
path: "/users/{user_guid}/spending_plans/{spending_plan_guid}"
tags: ["spending plan"]
---

# Read a spending plan for a user

`GET /users/{user_guid}/spending_plans/{spending_plan_guid}`

Use this endpoint to read the attributes of a specific spending plan according to its unique GUID.

## Path parameters

- `user_guid` string, required
- `spending_plan_guid` string, required

## Query parameters

- `page` integer
- `records_per_page` integer

## Response `200`

OK

## Changes

> 50 revisions in range; 1 not diffed.

- **2024-05-07** `bcb952b55c19` — 1 info
  - endpoint added
- **2024-02-13** `54a571c1c7b6` — 1 info
  - endpoint added
- **2023-12-11** `933c00546f82` — 1 breaking
  - api path removed without deprecation
- **2023-11-29** `f38a65c5b76d` — 1 info
  - endpoint added
- **2023-11-27** `79dbfaf92357` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/spending_plans/:spending_plan_guid/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/b6632646ee89/schema)
