---
title: "GET /users/{id}/challenges"
method: GET
path: "/users/{id}/challenges"
tags: ["users"]
---

# GET /users/{id}/challenges

`GET /users/{id}/challenges`

Gets all challenges for the given user

## Path parameters

- `id` string, required

## Query parameters

- `show_historical` boolean

## Response `200`

Success

- GetChallenges
  - `data` ChallengeResponse[]
    - `challenge_id` string, required
    - `user_id` string, required
    - `specifier` string
    - `is_complete` boolean, required
    - `is_active` boolean, required
    - `is_disbursed` boolean, required
    - `current_step_count` integer
    - `max_steps` integer
    - `challenge_type` string, required
    - `amount` string, required
    - `disbursed_amount` integer, required
    - `cooldown_days` integer
    - `metadata` object, required

## Other responses

- `400` — Bad request
- `500` — Server error

---

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