# list buyers

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

list buyers by 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 |
| `emailDomain` | query | string | no | filter by email domain |
| `awsAccountId` | query | string | no | filter by awsAccountId |
| `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`

### 500 — Internal Server Error

---

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