---
title: "GET /cacertificates"
method: GET
path: "/cacertificates"
---

# GET /cacertificates

`GET /cacertificates`

Lists the CA certificates registered for your Amazon Web Services account.

The results are paginated with a default page size of 25. You can use the returned marker to retrieve additional results.

Requires permission to access the [ListCACertificates](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Query parameters

- `pageSize` integer
- `marker` string
- `isAscendingOrder` boolean
- `templateName` string

## Response `200`

Success

- ListCACertificatesResponse — The output from the ListCACertificates operation.
  - `certificates` CACertificate[] — The CA certificates registered in your Amazon Web Services account.
    - `certificateArn` string — The ARN of the CA certificate.
    - `certificateId` string — The ID of the CA certificate.
    - `status` 'ACTIVE' | 'INACTIVE' — <p>The status of the CA certificate.</p> <p>The status value REGISTER_INACTIVE is deprecated and should not be used.</p>
    - `creationDate` string, date-time — The date the CA certificate was created.
  - `nextMarker` string — The current position within the list of CA certificates.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — UnauthorizedException
- `483` — ServiceUnavailableException
- `484` — InternalFailureException

---

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