# list entitlements

`GET https://api.suger.cloud/org/{orgId}/entitlement`

List entitlements under the given organization with pagination and optional filters.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `partner` | query | string | no | filter by partner |
| `productId` | query | string | no | filter by productId |
| `offerId` | query | string | no | filter by offerId |
| `buyerId` | query | string | no | filter by buyerId |
| `externalId` | query | string | no | filter by externalId |
| `awsAccountId` | query | string | no | filter by awsAccountId of the entitlement buyer |
| `hubspotDealId` | query | string | no | filter by hubspotDealId |
| `salesforceOpportunityId` | query | string | no | filter by salesforceOpportunityId |
| `dynamics365OpportunityId` | query | string | no | filter by Microsoft Dynamics 365 Opportunity ID (lowercased GUID, no braces) |
| `limit` | query | integer | no | List pagination size, default 1000, max value is 1000 |
| `offset` | query | integer | no | List pagination offset, default 0 |

## Responses

### 200 — OK

Content-Type: `application/json`

### 400 — Bad request error

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
