---
title: "Get the progress of a goal"
method: GET
path: "/v1/client/promotions/progress/{goalId}"
tags: ["User"]
---

# Get the progress of a goal

`GET /v1/client/promotions/progress/{goalId}`

Get Promotion Progress returns the progress of the user for the given goal.

## Path parameters

- `goalId` string, required

## Response `200`

OK

- object
  - `data` PromotionProgressResponse
    - `goal_id` string, required
    - `survey_completions_needed` integer, required
    - `surveys_completed` integer, required
    - `reward_usd` string, required
    - `reward_currency` string, required
    - `completed_at` string, date-time

## Other responses

- `404` — Progress not found

---

[API](https://skmtc.net/bitlabs/apis/bitlabs-client-api.md) · [All operations](https://skmtc.net/bitlabs/apis/bitlabs-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitlabs/bitlabs-client-api/revisions/99209a6285bf/schema)
