---
title: "GET /gateways/"
method: GET
path: "/gateways/"
---

# GET /gateways/

`GET /gateways/`

Lists all gateways in the account.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListGatewaysResponse
  - `items` GatewaySummary[], required — The list of gateway summaries.
    - `gatewayId` string, required — The unique identifier of the gateway.
    - `name` string, required — The name of the gateway.
    - `status` 'CREATING' | 'UPDATING' | 'UPDATE_UNSUCCESSFUL' | 'DELETING' | 'READY' | 'FAILED', required — The current status of the gateway.
    - `description` string, password — The description of the gateway.
    - `createdAt` string, date-time, required — The timestamp when the gateway was created.
    - `updatedAt` string, date-time, required — The timestamp when the gateway was last updated.
    - `authorizerType` 'CUSTOM_JWT' | 'AWS_IAM' | 'NONE' | 'AUTHENTICATE_ONLY', required — The type of authorizer used by the gateway.
    - `protocolType` 'MCP' — The protocol type used by the gateway.
  - `nextToken` string — If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore-control.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore-control/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore-control/versions/0ebde766792b/schema)
