---
title: "GET /trustStores/{trustStoreArn}/certificates"
method: GET
path: "/trustStores/{trustStoreArn}/certificates"
---

# GET /trustStores/{trustStoreArn}/certificates

`GET /trustStores/{trustStoreArn}/certificates`

Retrieves a list of trust store certificates.

## Path parameters

- `trustStoreArn` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListTrustStoreCertificatesResponse
  - `certificateList` CertificateSummary[] — The certificate list.
    - `thumbprint` string — A hexadecimal identifier for the certificate.
    - `subject` string — The entity the certificate belongs to.
    - `issuer` string — The entity that issued the certificate.
    - `notValidBefore` string, date-time — The certificate is not valid before this date.
    - `notValidAfter` string, date-time — The certificate is not valid after this date.
  - `trustStoreArn` string, required — The ARN of the trust store.
  - `nextToken` string — The pagination token used to retrieve the next page of results for this operation.&gt;

## Other responses

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

---

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