---
title: "List plugin config objects"
method: GET
path: "/v1/plugins/{pluginId}/config-objects"
tags: ["Plugins"]
---

# List plugin config objects

`GET /v1/plugins/{pluginId}/config-objects`

Lists plugin memberships and resolved config object projections.

## Path parameters

- `pluginId` string, typeid, required

## Response `200`

Plugin memberships returned successfully.

- PluginArchPluginMembershipListResponse
  - `items` PluginArchPluginMembership[], required
    - `id` string, typeid, required — Den TypeID with 'pco_' prefix and a 26-character base32 suffix.
    - `pluginId` string, typeid, required — Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
    - `configObjectId` string, typeid, required — Den TypeID with 'cob_' prefix and a 26-character base32 suffix.
    - `membershipSource` 'manual' | 'connector' | 'api' | 'system', required
    - `connectorMappingId` string, typeid, nullable, required — Den TypeID with 'cmp_' prefix and a 26-character base32 suffix.
    - `createdByOrgMembershipId` string, typeid, nullable, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
    - `createdAt` string, date-time, required
    - `removedAt` string, date-time, nullable, required
    - `configObject` PluginArchConfigObject
      - `id` string, typeid, required — Den TypeID with 'cob_' prefix and a 26-character base32 suffix.
      - `organizationId` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
      - `objectType` 'skill' | 'agent' | 'command' | 'tool' | 'mcp' | 'hook' | 'context' | 'custom', required
      - `sourceMode` 'cloud' | 'import' | 'connector', required
      - `title` string, required
      - `description` string, nullable, required
      - `searchText` string, nullable, required
      - `currentFileName` string, nullable, required
      - `currentFileExtension` string, nullable, required
      - `currentRelativePath` string, nullable, required
      - `status` 'active' | 'inactive' | 'deleted' | 'archived' | 'ingestion_error', required
      - `createdByOrgMembershipId` string, typeid, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
      - `connectorInstanceId` string, typeid, nullable, required — Den TypeID with 'cin_' prefix and a 26-character base32 suffix.
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `deletedAt` string, date-time, nullable, required
      - `latestVersion` PluginArchConfigObjectVersion, required
        - `id` string, typeid, required — Den TypeID with 'cov_' prefix and a 26-character base32 suffix.
        - `configObjectId` string, typeid, required — Den TypeID with 'cob_' prefix and a 26-character base32 suffix.
        - `schemaVersion` string, nullable, required
        - `normalizedPayloadJson` object, nullable, required
        - `rawSourceText` string, nullable, required
        - `createdVia` 'cloud' | 'import' | 'connector' | 'system', required
        - `createdByOrgMembershipId` string, typeid, nullable, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
        - `connectorSyncEventId` string, typeid, nullable, required — Den TypeID with 'cse_' prefix and a 26-character base32 suffix.
        - `sourceRevisionRef` string, nullable, required
        - `isDeletedVersion` boolean, required
        - `createdAt` string, date-time, required
  - `nextCursor` string, nullable, required

## Other responses

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