# getEntitlements **Type:** GraphQL queries **Description:** Fetches a list of Entitlements based on various filters. ## Arguments - accountId (String): Unique identifier for the account - accountName (String): Name of the account - contactEmail (String): Contact email associated with the entitlement - limit (Int): limit number of records per page - page (Int): page number for pagination - partNumber (String): Product Part number associated with the entitlement - product (String): Product associated with the entitlement - productVersion (String): Product version associated with the entitlement - sortBy (String): sortBy - You can sort by the following fields entitlement_id,account_name,created_on - sortOrder (String): sortOrder - You can specify either asc or desc - status (String): status - You can filter by the following statuses active, inactive, draft, deployed, obsoleted ## Response **Type:** EntitlementListResponse **Description:** Paginated response carrying a list of entitlements. ### Fields - entitlements (Entitlement): List of entitlement entities. - limit (Int): Represents limit per page for pagination. - page (Int): Represents page for pagination.