---
title: "Returns a list of goals with their relevant success rates."
method: GET
path: "/api/GoalAdjustments/GoalSuccessRates"
tags: ["GoalAdjustments"]
---

# Returns a list of goals with their relevant success rates.

`GET /api/GoalAdjustments/GoalSuccessRates`

## Query parameters

- `clientId` string
- `planId` string, required

## Response `200`

Goal Success Rates successfully retrieved.

- AdvicentNaviPlanRestApiGoalAdjustmentsModelsGoalSuccessRateResultsModel
  - `goalSuccessRateResults` AdvicentNaviPlanRestApiGoalAdjustmentsModelsGoalSuccessRateModel[]
    - `description` string
    - `goalId` integer
    - `successRate` number, double

## Other responses

- `400` — Invalid request
- `401` — Unauthorized for plan data access
- `404` — Object not found
- `503` — Unable to acquire a NaviPlan engine

---

[API](https://skmtc.net/naviplancentral/apis/plan.md) · [All operations](https://skmtc.net/naviplancentral/apis/plan/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naviplancentral/plan/revisions/97b0a0a95023/schema)
