---
title: "GET /v1/gateways/{gatewayArn}"
method: GET
path: "/v1/gateways/{gatewayArn}"
---

# GET /v1/gateways/{gatewayArn}

`GET /v1/gateways/{gatewayArn}`

Displays the details of a gateway. The response includes the gateway ARN, name, and CIDR blocks, as well as details about the networks.

## Path parameters

- `gatewayArn` string, required

## Response `200`

Success

- DescribeGatewayResponse
  - `Gateway` object — The settings for a gateway, including its networks.
    - `EgressCidrBlocks` String[], required — The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
    - `GatewayArn` string, required — The Amazon Resource Name (ARN) of the gateway.
    - `GatewayMessages` MessageDetail[]
      - `Code` string, required — The error code.
      - `Message` string, required — The specific error message that MediaConnect returns to help you understand the reason that the request did not succeed.
      - `ResourceName` string — The name of the resource.
    - `GatewayState` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'ERROR' | 'DELETING' | 'DELETED' — The current status of the gateway.
    - `Name` string, required — The name of the gateway. This name can not be modified after the gateway is created.
    - `Networks` GatewayNetwork[], required — The list of networks in the gateway.
      - `CidrBlock` string, required — A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
      - `Name` string, required — The name of the network. This name is used to reference the network and must be unique among networks in this gateway.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — ForbiddenException
- `483` — NotFoundException
- `484` — ServiceUnavailableException
- `485` — TooManyRequestsException
- `486` — 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)
