---
title: "Get guidance for a user"
method: GET
path: "/v3/guidance/health/{user_uuid}"
tags: ["Guidance"]
---

# Get guidance for a user

`GET /v3/guidance/health/{user_uuid}`

For eligible partners only. Retrieve financial guidance recommendations based on user's transaction analysis. The guidance message is returned in the language selected when the guidance consent was created.

## Response `200`

Guidance health retrieved successfully

- object
  - `message` string, required — The guidance message containing multiple prioritized financial strategies as markdown. Each strategy is a markdown section (## heading) followed by analysis and actionable recommendations. The content language matches the language selected when the guidance consent was created.

## Other responses

- `404` — User not found

---

[API](https://skmtc.dev/bridgeapi/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridgeapi/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridgeapi/bridge-api/revisions/9b9ad8010fd5/schema)
