---
title: "List Node Pool Bindings"
method: GET
path: "/v1/accounts/{account_id}/nodePoolBindings"
tags: ["gateway.openapi_Gateway"]
---

# List Node Pool Bindings

`GET /v1/accounts/{account_id}/nodePoolBindings`

## Path parameters

- `account_id` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string
- `filter` string
- `orderBy` string
- `readMask` string

## Response `200`

A successful response.

- GatewayListNodePoolBindingsResponse
  - `nodePoolBindings` GatewayNodePoolBinding[]
    - `accountId` string — The account ID that this binding is associated with.
    - `clusterId` string — The cluster ID that this binding is associated with.
    - `nodePoolId` string — The node pool ID that this binding is associated with.
    - `createTime` string, date-time — The creation time of the node pool binding.
    - `principal` string, required — The principal that is allowed use the node pool. This must be the email address of the user.
  - `nextPageToken` string — A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
  - `totalSize` integer — The total number of node pool bindings.

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
