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

# GET /responder-gateway/{gatewayId}/certificates

`GET /responder-gateway/{gatewayId}/certificates`

Lists the certificate associations for a responder gateway.

## Path parameters

- `gatewayId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListCertificateAssociationsResponse
  - `certificateAssociations` CertificateAssociationSummary[], required — The list of certificate associations for the gateway.
    - `acmCertificateArn` string, required — The Amazon Resource Name (ARN) of the ACM certificate.
    - `status` 'PENDING_ASSOCIATION' | 'ASSOCIATED' | 'PENDING_DISASSOCIATION' | 'DISASSOCIATED' | 'FAILED', required — The status of the certificate association.
    - `associatedAt` string, date-time — The timestamp of when the certificate was associated.
    - `updatedAt` string, date-time — The timestamp of when the certificate association was last updated.
  - `nextToken` string — If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken error</i>.

## 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)
