---
title: "Get connector account"
method: GET
path: "/v1/connector-accounts/{connectorAccountId}"
tags: ["Connectors"]
---

# Get connector account

`GET /v1/connector-accounts/{connectorAccountId}`

Returns one connector account detail.

## Path parameters

- `connectorAccountId` string, typeid, required

## Response `200`

Connector account returned successfully.

- PluginArchConnectorAccountDetailResponse
  - `item` PluginArchConnectorAccount, required
    - `id` string, typeid, required — Den TypeID with 'cac_' prefix and a 26-character base32 suffix.
    - `organizationId` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
    - `connectorType` 'github', required
    - `remoteId` string, required
    - `externalAccountRef` string, nullable, required
    - `displayName` string, required
    - `status` 'active' | 'inactive' | 'disconnected' | 'error', required
    - `createdByName` string, nullable
    - `createdByOrgMembershipId` string, typeid, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `metadata` object

## Other responses

- `400` — The connector account path parameters were invalid.
- `401` — The caller must be signed in to view connector accounts.
- `404` — The connector account could not be found.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/073bc652adfb/schema)
