---
title: "GET /requester-gateway/{gatewayId}"
method: GET
path: "/requester-gateway/{gatewayId}"
---

# GET /requester-gateway/{gatewayId}

`GET /requester-gateway/{gatewayId}`

Retrieves information about a requester gateway.

## Path parameters

- `gatewayId` string, required

## Response `200`

Success

- GetRequesterGatewayResponse
  - `status` 'PENDING_CREATION' | 'ACTIVE' | 'PENDING_DELETION' | 'DELETED' | 'ERROR' | 'PENDING_UPDATE' | 'ISOLATED' | 'PENDING_ISOLATION' | 'PENDING_RESTORATION', required — The status of the request.
  - `domainName` string, required — The domain name of the requester gateway.
  - `description` string — The description of the requester gateway.
  - `createdAt` string, date-time — The timestamp of when the requester gateway was created.
  - `updatedAt` string, date-time — The timestamp of when the requester gateway was updated.
  - `vpcId` string, required — The unique identifier of the Virtual Private Cloud (VPC).
  - `subnetIds` SubnetId[], required — The unique identifiers of the subnets.
  - `securityGroupIds` SecurityGroupId[], required — The unique identifiers of the security groups.
  - `gatewayId` string, required — The unique identifier of the gateway.
  - `tags` object — A map of the key-value pairs for the tag or tags assigned to the specified resource.
  - `activeLinksCount` integer — The count of active links for the requester gateway.
  - `totalLinksCount` integer — The total count of links for the requester gateway.

## Other responses

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

---

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