---
title: "Get Budget Formatted Data"
method: POST
path: "/api/v1/retool/get_budget_formatted_data"
---

# Get Budget Formatted Data

`POST /api/v1/retool/get_budget_formatted_data`

## Request body

- BudgetFormattedDataRequest
  - `plan_manager_id` string, required
  - `participant_id` string, required
  - `participant_number` string, required

## Response `200`

Successful Response

- BudgetFormattedDataResponse
  - `budget` object[], required
  - `plan_information` object, required
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
