---
title: "Get Budget and Bookings Combined"
method: GET
path: "/api/v1/participant_info/budget-bookings/{participant_id}"
---

# Get Budget and Bookings Combined

`GET /api/v1/participant_info/budget-bookings/{participant_id}`

Retrieve combined budget and bookings information for a participant. For pace plans, bookings are excluded as per business rules.

## Path parameters

- `participant_id` string, required — Participant ID

## Response `200`

Successful Response

- BudgetBookingsResponse — Response model for combined budget and bookings data.
  - `budget` object[], required — Budget data with integrated bookings information
  - `plan_information` object, required — Plan information including dates and usage
  - `bookings` object[], required — Service bookings data (empty for pace plans)
  - `total_bookings` integer, required — Total number of bookings
  - `is_pace_plan` boolean, required — Whether this is a pace plan
  - `message` string, nullable — Additional information about the response

## Other responses

- `400` — Bad request
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/12dd4779f835?raw)
