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

# GET /v1/gateways

`GET /v1/gateways`

Displays a list of gateways that are associated with this account. This request returns a paginated result.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListGatewaysResponse
  - `Gateways` ListedGateway[] — A list of gateway summaries.
    - `GatewayArn` string, required — The Amazon Resource Name (ARN) of the gateway.
    - `GatewayState` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'ERROR' | 'DELETING' | 'DELETED', required
    - `Name` string, required — The name of the gateway.
  - `NextToken` string — The token that identifies which batch of results that you want to see. For example, you submit a ListGateways request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListGateways request a second time and specify the NextToken value.

## Other responses

- `480` — ServiceUnavailableException
- `481` — TooManyRequestsException
- `482` — BadRequestException
- `483` — InternalServerErrorException
- `484` — ConflictException

---

[API](https://skmtc.net/aws/apis/mediaconnect.md) · [All operations](https://skmtc.net/aws/apis/mediaconnect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/mediaconnect/versions/695822d698d7/schema)
