---
title: "Get connector target"
method: GET
path: "/v1/connector-targets/{connectorTargetId}"
tags: ["Connectors"]
---

# Get connector target

`GET /v1/connector-targets/{connectorTargetId}`

Returns one connector target detail.

## Path parameters

- `connectorTargetId` string, typeid, required

## Response `200`

Connector target returned successfully.

- PluginArchConnectorTargetDetailResponse
  - `item` PluginArchConnectorTarget, required
    - `id` string, typeid, required — Den TypeID with 'ctg_' prefix and a 26-character base32 suffix.
    - `connectorInstanceId` string, typeid, required — Den TypeID with 'cin_' prefix and a 26-character base32 suffix.
    - `connectorType` 'github', required
    - `remoteId` string, required
    - `targetKind` 'repository_branch', required
    - `externalTargetRef` string, nullable, required
    - `targetConfigJson` object, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `400` — The connector target path parameters were invalid.
- `401` — The caller must be signed in to view connector targets.
- `404` — The connector target 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)
