---
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.

## Changes

- **2026-09-04** `d3984673ccd1` — 1 info
  - added the optional property `capability` to the response with the `400` status
- **2026-08-20** `93df40e2efd5` — 4 info
  - removed the pattern `^cac_.*` from the `path` request parameter `connectorAccountId`
  - the `item/createdByOrgMembershipId` response's property pattern `^om_.*` was removed for the status `200`
  - the `item/id` response's property pattern `^cac_.*` was removed for the status `200`
  - the `item/organizationId` response's property pattern `^org_.*` was removed for the status `200`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/connector-accounts/:connectorAccountId/get.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/d3984673ccd1/schema)
