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

# GET /directoryRegistrations

`GET /directoryRegistrations`

Lists the directory registrations that you created by using the <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration">https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration</a> action.

## Query parameters

- `MaxResults` integer
- `NextToken` string

## Response `200`

Success

- ListDirectoryRegistrationsResponse
  - `DirectoryRegistrations` DirectoryRegistrationSummary[] — Summary information about each directory registration you have created.
    - `Arn` string — The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration.html">CreateDirectoryRegistration</a>.
    - `CreatedAt` string, date-time — The date and time that the directory registration was created.
    - `DirectoryId` string — The identifier of the Active Directory.
    - `Status` 'CREATING' | 'ACTIVE' | 'DELETING' | 'FAILED' — Status of the directory registration.
    - `StatusReason` 'DIRECTORY_ACCESS_DENIED' | 'DIRECTORY_RESOURCE_NOT_FOUND' | 'DIRECTORY_NOT_ACTIVE' | 'DIRECTORY_NOT_REACHABLE' | 'DIRECTORY_TYPE_NOT_SUPPORTED' | 'INTERNAL_FAILURE' — Additional information about the directory registration status if the status is failed.
    - `UpdatedAt` string, date-time — The date and time that the directory registration was updated.
  - `NextToken` string — Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the <code>NextToken</code> parameter from the response you just received.

## Other responses

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

---

[API](https://skmtc.net/aws/apis/pca-connector-ad.md) · [All operations](https://skmtc.net/aws/apis/pca-connector-ad/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pca-connector-ad/versions/ab51ba01ae5f/schema)
