---
title: "Get latest data for all challenges"
method: GET
path: "/get-challenges"
tags: ["GET"]
---

# Get latest data for all challenges

`GET /get-challenges`

# Notes

* Query parameter `<block_id>` must be the latest block. Use `/get-block` endpoint

## Query parameters

- `block_id` string, required

## Response `200`

Success

- GetChallengesResponse
  - `challenges` Challenge[]
    - `id` string
    - `config` object
    - `state` ChallengeState
      - `round_active` integer
    - `block_data` ChallengeBlockData
      - `num_qualifiers_by_track` object
      - `qualifier_qualities_by_track` unknown

---

[API](https://skmtc.net/tig-foundation/apis/the-innovation-game-api.md) · [All operations](https://skmtc.net/tig-foundation/apis/the-innovation-game-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tig-foundation/the-innovation-game-api/versions/2af9c398c1d4/schema)
