---
title: "Get User App Achievements"
method: GET
path: "/v2/users/{route_users_id}/apps/{apps_id}/achievements"
tags: ["UsersApps"]
---

# Get User App Achievements

`GET /v2/users/{route_users_id}/apps/{apps_id}/achievements`

Gets a listing of achievements a user has unlocked for an app

```
Required Scopes:
-user.app_achievements.read
```

## Path parameters

- `route_users_id` string, required
- `apps_id` string, required

## Query parameters

- `skip` integer
- `limit` integer
- `name` string
- `sortOn` string
- `descending` string

## Response `200`

Success

- Achievement — represents an achievement
  - `achievement_identifier` string, required — The string ID of the achievement
  - `name` string, required — The name of the achievement
  - `description` object — The description of the achievement
  - `image` string, required — An image url associated with the achievement
  - `icon` object, required — An icon url associated with the achievement
  - `status` 'hidden' | 'active' | 'deleted', required — The status of the achievement * hidden - Achievement is hidden, but can still be earned * active - Achievement is active * deleted - Achievement has been deleted
  - `created_at` string, date-time, required — The timestamp when the achievement was created
  - `unlocked_at` string, date-time — The timestamp when the achievement was unlocked

## Other responses

- `400` — The data provided to the call was incorrect or incomplete.
- `403` — Access denied- the authorization token provided does not have access to the resource.
- `404` — No resource was found at the target path or the authorization token provided does not have access to know that it exists.

---

[API](https://skmtc.net/sidequestvr/apis/sidequest-api.md) · [All operations](https://skmtc.net/sidequestvr/apis/sidequest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sidequestvr/sidequest-api/revisions/170261dc1673/schema)
