---
title: "GET /directoryRegistrations/{DirectoryRegistrationArn}"
method: GET
path: "/directoryRegistrations/{DirectoryRegistrationArn}"
---

# GET /directoryRegistrations/{DirectoryRegistrationArn}

`GET /directoryRegistrations/{DirectoryRegistrationArn}`

A structure that contains information about your directory registration.

## Path parameters

- `DirectoryRegistrationArn` string, required

## Response `200`

Success

- GetDirectoryRegistrationResponse
  - `DirectoryRegistration` object — The directory registration represents the authorization of the connector service with a directory.
    - `Arn` string — The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
    - `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.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — 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)
