---
title: "Get All Achievements"
method: GET
path: "/api/achievements/all"
tags: ["achievements"]
---

# Get All Achievements

`GET /api/achievements/all`

Fetch all active achievements available in the system.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- AchievementResponse[]
  - `id` string, required
  - `key` string, required
  - `title` string, required
  - `type` string, required
  - `description` string, nullable
  - `stackable` boolean, required
  - `category` string, nullable
  - `threshold` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
