---
title: "List Aws Iam Role Bindings"
method: GET
path: "/v1/accounts/{account_id}/awsIamRoleBindings"
tags: ["gateway.openapi_Gateway"]
---

# List Aws Iam Role Bindings

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

## Path parameters

- `account_id` string, required

## Query parameters

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

## Response `200`

A successful response.

- GatewayListAwsIamRoleBindingsResponse
  - `awsIamRoleBindings` GatewayAwsIamRoleBinding[]
    - `accountId` string — The account ID that this binding is associated with.
    - `createTime` string, date-time — The creation time of the AWS IAM role binding.
    - `principal` string, required — The principal that is allowed to assume the AWS IAM role. This must be the email address of the user.
    - `role` string, required — The AWS IAM role ARN that is allowed to be assumed by the principal.
  - `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 AWS IAM role 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)
