---
title: "GET /applications/{application_id}/entitlements"
method: GET
path: "/applications/{application_id}/entitlements"
---

# GET /applications/{application_id}/entitlements

`GET /applications/{application_id}/entitlements`

## Query parameters

- `user_id` string, snowflake
- `sku_ids` union
  - string
  - SnowflakeType[]
- `guild_id` string, snowflake
- `before` string, snowflake
- `after` string, snowflake
- `limit` integer
- `exclude_ended` boolean
- `exclude_deleted` boolean
- `only_active` boolean

## Response `200`

200 response for get_entitlements

- EntitlementResponse[]
  - `id` string, snowflake, required
  - `sku_id` string, snowflake, required
  - `application_id` string, snowflake, required
  - `user_id` string, snowflake, required
  - `guild_id` string, snowflake
  - `deleted` boolean, required
  - `starts_at` string, date-time, nullable, required
  - `ends_at` string, date-time, nullable, required
  - `type` union, required
    - 8
    - 10
  - `fulfilled_at` string, date-time, nullable
  - `fulfillment_status` union
    - 0
    - 1
    - 2
    - 3
    - 4
    - 5
    - 6
    - 7
  - `consumed` boolean
  - `gifter_user_id` string, snowflake
  - `parent_id` string, snowflake

## Other responses

- `429` — Client ratelimited response
- `4XX` — Client error response

## Changes

- **2026-04-17** `e5468cac9be0` — 1 breaking, 15 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/consumed` to the response with the `200` status
  - added the optional property `items/fulfilled_at` to the response with the `200` status
  - added the optional property `items/fulfillment_status` to the response with the `200` status
  - …12 more

[Change history](https://skmtc.dev/discord/apis/discord-http-api-preview/changes/applications/:application_id/entitlements/get.md)

---

[API](https://skmtc.dev/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.dev/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/revisions/49efa428e0dd/schema)
