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

# List connector mappings

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

Lists mappings under a connector target.

## Path parameters

- `connectorTargetId` string, typeid, required

## Query parameters

- `cursor` string
- `limit` integer
- `mappingKind` 'path' | 'api' | 'custom'
- `objectType` 'skill' | 'agent' | 'command' | 'tool' | 'mcp' | 'hook' | 'context' | 'custom'
- `pluginId` string, typeid
- `q` string

## Response `200`

Connector mappings returned successfully.

- PluginArchConnectorMappingListResponse
  - `items` PluginArchConnectorMapping[], required
    - `id` string, typeid, required — Den TypeID with 'cmp_' prefix and a 26-character base32 suffix.
    - `connectorInstanceId` string, typeid, required — Den TypeID with 'cin_' prefix and a 26-character base32 suffix.
    - `connectorTargetId` string, typeid, required — Den TypeID with 'ctg_' prefix and a 26-character base32 suffix.
    - `connectorType` 'github', required
    - `remoteId` string, nullable, required
    - `mappingKind` 'path' | 'api' | 'custom', required
    - `selector` string, required
    - `objectType` 'skill' | 'agent' | 'command' | 'tool' | 'mcp' | 'hook' | 'context' | 'custom', required
    - `pluginId` string, typeid, nullable, required — Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
    - `autoAddToPlugin` boolean, required
    - `mappingConfigJson` object, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `nextCursor` string, nullable, required

## Other responses

- `400` — The connector mapping query parameters were invalid.
- `401` — The caller must be signed in to list connector mappings.
- `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/55ba7d5c7a7b/schema)
