---
title: "Gets timestamps for when badges were awarded to a user."
method: GET
path: "/v1/users/{userId}/badges/awarded-dates"
tags: ["Badges", "Users"]
---

# Gets timestamps for when badges were awarded to a user.

`GET /v1/users/{userId}/badges/awarded-dates`

## Path parameters

- `userId` integer, required

## Query parameters

- `badgeIds` integer[], required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxBadgesApiBadgeAwardResponse
  - `data` RobloxBadgesApiBadgeAwardResponse[]
    - `badgeId` integer — The badge Id.
    - `awardedDate` string, date-time — When the badge was awarded.

## Other responses

- `400` — 5: Too many badge Ids.
- `404` — 4: User is invalid or does not exist.

---

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