---
title: "Get Service Bookings"
method: GET
path: "/api/v1/participant_info/bookings/{participant_id}"
---

# Get Service Bookings

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

Retrieve service bookings information for a participant including booking details and spending metrics.

## Path parameters

- `participant_id` string, required — Participant ID

## Response `200`

Successful Response

- BookingsResponse — Response model for participant service bookings.
  - `bookings` object[], required — Service bookings data
  - `total_bookings` integer, required — Total number of bookings

## 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)
