---
title: "List account grants"
method: GET
path: "/v3/accounts/{accountId}/grants"
tags: ["Grants"]
---

# List account grants

`GET /v3/accounts/{accountId}/grants`

Retrieves a list of account grants.

## Path parameters

- `accountId` string, required

## Response `200`

OK

- Grant[]
  - `grantId` string
  - `user_id` string
  - `account_id` string
  - `expiry_state` 'pending' | 'active' | 'expired'
  - `entitlement_type` 'bundle' | 'entitlement' | 'meter' | 'credits', required — An enum describing the type of the entitlement.
  - `entitlement_id` string, required
  - `startTime` string
  - `endTime` string
  - `product_id` string, required
  - `createdAt` string

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
