---
title: "GET /v1/entitlements"
method: GET
path: "/v1/entitlements"
---

# GET /v1/entitlements

`GET /v1/entitlements`

Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListEntitlementsResponse
  - `Entitlements` ListedEntitlement[] — A list of entitlements that have been granted to you from other AWS accounts.
    - `DataTransferSubscriberFeePercent` integer — Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
    - `EntitlementArn` string, required — The ARN of the entitlement.
    - `EntitlementName` string, required — The name of the entitlement.
  - `NextToken` string — The token that identifies which batch of results that you want to see. For example, you submit a ListEntitlements request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListEntitlements request a second time and specify the NextToken value.

## Other responses

- `480` — ServiceUnavailableException
- `481` — TooManyRequestsException
- `482` — BadRequestException
- `483` — InternalServerErrorException

---

[API](https://skmtc.net/aws/apis/mediaconnect.md) · [All operations](https://skmtc.net/aws/apis/mediaconnect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/mediaconnect/versions/695822d698d7/schema)
