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

# GET /responder-gateway/{gatewayId}

`GET /responder-gateway/{gatewayId}`

Retrieves information about a responder gateway.

## Path parameters

- `gatewayId` string, required

## Response `200`

Success

- GetResponderGatewayResponse
  - `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.
  - `status` 'PENDING_CREATION' | 'ACTIVE' | 'PENDING_DELETION' | 'DELETED' | 'ERROR' | 'PENDING_UPDATE' | 'ISOLATED' | 'PENDING_ISOLATION' | 'PENDING_RESTORATION', required — The status of the request.
  - `description` string — The description of the responder gateway.
  - `createdAt` string, date-time — The timestamp of when the responder gateway was created.
  - `updatedAt` string, date-time — The timestamp of when the responder gateway was updated.
  - `domainName` string — The domain name of the responder gateway.
  - `port` integer, required — The networking port.
  - `protocol` 'HTTP' | 'HTTPS', required — The networking protocol.
  - `listenerConfig` object — The listener configuration for the responder gateway.
    - `protocols` Protocol[], required — The protocol for connections from clients to the gateway
  - `trustStoreConfiguration` object — The configuration of the trust store.
    - `certificateAuthorityCertificates` Base64EncodedCertificateChain[], required — The certificate authority certificate.
  - `managedEndpointConfiguration` object — The configuration of the managed endpoint.
    - `autoScalingGroups` object — Describes the configuration of an auto scaling group.
      - `autoScalingGroupNames` AutoScalingGroupName[], required — The names of the auto scaling group.
      - `roleArn` string, required — The role ARN of the auto scaling group.
      - `healthCheckConfig` object — The health check configuration for the Auto Scaling group managed endpoint.
        - `port` integer, required — The port to use for health check probes. Valid range is 80 to 65535.
        - `path` string, required — The destination path for the health check request. Must start with <code>/</code>.
        - `protocol` 'HTTP' | 'HTTPS' — The protocol to use for health check probes.
        - `timeoutMs` integer — The timeout for each health check probe, in milliseconds. Valid range is 100 to 5000.
        - `intervalSeconds` integer — The interval between health check probes, in seconds. Valid range is 5 to 60.
        - `statusCodeMatcher` string — The expected HTTP status code or status code pattern from healthy instances. Supports a single code (for example, <code>200</code>), a range (for example, <code>200-299</code>), or a comma-separated list (for example, <code>200,204</code>).
        - `healthyThresholdCount` integer — The number of consecutive successful health checks required before an instance is considered healthy. Valid range is 2 to 10.
        - `unhealthyThresholdCount` integer — The number of consecutive failed health checks required before an instance is considered unhealthy. Valid range is 2 to 10.
    - `eksEndpoints` object — Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.
      - `endpointsResourceName` string, required — The name of the endpoint resource.
      - `endpointsResourceNamespace` string, required — The namespace of the endpoint resource.
      - `clusterApiServerEndpointUri` string, required — The URI of the cluster API server endpoint.
      - `clusterApiServerCaCertificateChain` string, password, required — The CA certificate chain of the cluster API server.
      - `clusterName` string, required — The name of the cluster.
      - `roleArn` string, required — The role ARN for the cluster.
  - `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 responder gateway.
  - `totalLinksCount` integer — The total count of links for the responder gateway.
  - `inboundLinksCount` integer — Deprecated. Use 'linksRequestedCount' instead.Use linksRequestedCount instead
  - `linksRequestedCount` integer — The count of requested links waiting for the responder gateway to accept or reject.
  - `gatewayType` 'EXTERNAL' | 'INTERNAL' — The type of gateway. Valid values are <code>EXTERNAL</code> or <code>INTERNAL</code>.
  - `externalInboundEndpoint` string — The external inbound endpoint for the responder 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)
