---
title: "Get connector instance configuration"
method: GET
path: "/v1/connector-instances/{connectorInstanceId}/configuration"
tags: ["Connectors"]
---

# Get connector instance configuration

`GET /v1/connector-instances/{connectorInstanceId}/configuration`

Returns the currently configured plugins and import stats for a connector instance.

## Path parameters

- `connectorInstanceId` string, typeid, required

## Response `200`

Connector instance configuration returned successfully.

- PluginArchConnectorInstanceConfigurationResponse
  - `ok` true, required
  - `item` object, required
    - `autoImportNewPlugins` boolean, required
    - `configuredPlugins` PluginArchConnectorInstanceConfiguredPlugin[], required
      - `id` string, typeid, required — Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
      - `organizationId` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
      - `name` string, required
      - `description` string, nullable, required
      - `sourceRepositoryUrl` string, nullable, required
      - `sourceFormat` 'agent-plugin' | 'openwork-builtin' | 'openwork-extension-manifest' | 'claude-plugin' | 'opencode-plugin' | 'mcp-directory' | 'manual', nullable, required
      - `sourceSchemaVersion` string, nullable, required
      - `status` 'active' | 'inactive' | 'deleted' | 'archived', required
      - `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
      - `deletedAt` string, date-time, nullable, required
      - `memberCount` integer
      - `marketplaces` object[]
        - `id` string, typeid, required — Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.
        - `name` string, required
      - `extension` PluginArchExtensionProjection
        - `id` string, typeid, required — Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
        - `name` string, required
        - `description` string, nullable, required
        - `sourceFormat` 'agent-plugin' | 'openwork-builtin' | 'openwork-extension-manifest' | 'claude-plugin' | 'opencode-plugin' | 'mcp-directory' | 'manual', required
        - `manifest` OpenWorkExtensionManifest, required
          - `schemaVersion` 1, required
          - `id` string, required
          - `name` string, required
          - `description` string, required
          - `source` object, required
            - `format` 'agent-plugin' | 'openwork-builtin' | 'openwork-extension-manifest' | 'claude-plugin' | 'opencode-plugin' | 'mcp-directory' | 'manual', required
            - `trusted` boolean, required
            - `origin` 'builtin' | 'den' | 'workspace' | 'local'
            - `reference` string
          - `resources` object[], required
          - `contributions` object[]
          - `setup` object
          - `lifecycle` object
      - `componentCounts` object
      - `rootPath` string, nullable, required
    - `connectorInstance` PluginArchConnectorInstance, required
      - `id` string, typeid, required — Den TypeID with 'cin_' prefix and a 26-character base32 suffix.
      - `organizationId` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
      - `connectorAccountId` string, typeid, required — Den TypeID with 'cac_' prefix and a 26-character base32 suffix.
      - `connectorType` 'github', required
      - `remoteId` string, nullable, required
      - `name` string, required
      - `status` 'active' | 'disabled' | 'archived' | 'error', required
      - `instanceConfigJson` object, nullable, required
      - `lastSyncedAt` string, date-time, nullable, required
      - `lastSyncStatus` 'pending' | 'queued' | 'running' | 'completed' | 'failed' | 'partial' | 'ignored', nullable, required
      - `lastSyncCursor` string, nullable, required
      - `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
    - `importedConfigObjectCount` integer, required
    - `mappingCount` integer, required

## Other responses

- `400` — The connector instance path parameters were invalid.
- `401` — The caller must be signed in to inspect connector instances.
- `404` — The connector instance could not be found.

## Changes

- **2026-08-29** `fcbb34aa1702` — 2 warning, 2 info
  - added the new `agent-plugin` enum value to the `item/configuredPlugins/items/extension/anyOf[#/components/schemas/PluginArchExtensionProjection]/manifest/anyOf[#/components/schemas/OpenWorkExtensionManifest]/source/format` response property for the response status `200`
  - added the new `agent-plugin` enum value to the `item/configuredPlugins/items/extension/anyOf[#/components/schemas/PluginArchExtensionProjection]/sourceFormat` response property for the response status `200`
  - added the required property `item/configuredPlugins/items/sourceFormat` to the response with the `200` status
  - added the required property `item/configuredPlugins/items/sourceSchemaVersion` to the response with the `200` status
- **2026-08-20** `93df40e2efd5` — 10 info
  - removed the pattern `^cin_.*` from the `path` request parameter `connectorInstanceId`
  - the `item/configuredPlugins/items/createdByOrgMembershipId` response's property pattern `^om_.*` was removed for the status `200`
  - the `item/configuredPlugins/items/extension/anyOf[#/components/schemas/PluginArchExtensionProjection]/id` response's property pattern `^plg_.*` was removed for the status `200`
  - the `item/configuredPlugins/items/id` response's property pattern `^plg_.*` was removed for the status `200`
  - …6 more

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/connector-instances/:connectorInstanceId/configuration/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/fe0f1bb6188e/schema)
