---
title: "GET /certificates-out-going"
method: GET
path: "/certificates-out-going"
---

# GET /certificates-out-going

`GET /certificates-out-going`

Lists certificates that are being transferred but not yet accepted.

Requires permission to access the [ListOutgoingCertificates](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

## Response `200`

Success

- ListOutgoingCertificatesResponse — The output from the ListOutgoingCertificates operation.
  - `outgoingCertificates` OutgoingCertificate[] — The certificates that are being transferred but not yet accepted.
    - `certificateArn` string — The certificate ARN.
    - `certificateId` string — The certificate ID.
    - `transferredTo` string — The Amazon Web Services account to which the transfer was made.
    - `transferDate` string, date-time — The date the transfer was initiated.
    - `transferMessage` string — The transfer message.
    - `creationDate` string, date-time — The certificate creation date.
  - `nextMarker` string — The marker for the next set of results.

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