---
title: "GET /connectors/{ConnectorArn}"
method: GET
path: "/connectors/{ConnectorArn}"
---

# GET /connectors/{ConnectorArn}

`GET /connectors/{ConnectorArn}`

Retrieves details about the specified <a href="https://docs.aws.amazon.com/pca-connector-scep/latest/APIReference/API_Connector.html">Connector</a>. Calling this action returns important details about the connector, such as the public SCEP URL where your clients can request certificates.

## Path parameters

- `ConnectorArn` string, required

## Response `200`

Success

- GetConnectorResponse
  - `Connector` object — The properties of the connector.
    - `Arn` string — The Amazon Resource Name (ARN) of the connector.
    - `CertificateAuthorityArn` string — The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
    - `Type` 'GENERAL_PURPOSE' | 'INTUNE' — The connector type.
    - `MobileDeviceManagement` object — Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure <code>MobileDeviceManagement</code>, then the connector is for general-purpose use and this object is empty.
      - `Intune` object — Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html">Using Connector for SCEP for Microsoft Intune</a>.
        - `AzureApplicationId` string, required — The directory (tenant) ID from your Microsoft Entra ID app registration.
        - `Domain` string, required — The primary domain from your Microsoft Entra ID app registration.
    - `OpenIdConfiguration` object — Contains OpenID Connect (OIDC) parameters for use with Connector for SCEP for Microsoft Intune. For more information about using Connector for SCEP for Microsoft Intune, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/scep-connector.htmlconnector-for-scep-intune.html">Using Connector for SCEP for Microsoft Intune</a>.
      - `Issuer` string — The issuer value to copy into your Microsoft Entra app registration's OIDC.
      - `Subject` string — The subject value to copy into your Microsoft Entra app registration's OIDC.
      - `Audience` string — The audience value to copy into your Microsoft Entra app registration's OIDC.
    - `Status` 'CREATING' | 'ACTIVE' | 'DELETING' | 'FAILED' — The connector's status.
    - `StatusReason` 'INTERNAL_FAILURE' | 'PRIVATECA_ACCESS_DENIED' | 'PRIVATECA_INVALID_STATE' | 'PRIVATECA_RESOURCE_NOT_FOUND' | 'VPC_ENDPOINT_RESOURCE_NOT_FOUND' | 'VPC_ENDPOINT_DNS_ENTRIES_NOT_FOUND' — Information about why connector creation failed, if status is <code>FAILED</code>.
    - `Endpoint` string — The connector's HTTPS public SCEP URL.
    - `CreatedAt` string, date-time — The date and time that the connector was created.
    - `UpdatedAt` string, date-time — The date and time that the connector was updated.

## Other responses

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

---

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