---
title: "List my library"
method: GET
path: "/v1/me/library"
tags: ["Plugins"]
---

# List my library

`GET /v1/me/library`

Lists the active plugins and connections the caller can use, with every applicable access edge.

## Response `200`

Effective member library returned successfully.

- PluginArchMeLibraryListResponse
  - `items` PluginArchLibraryItem[], required
    - union
      - object
        - `type` 'plugin', required
        - `id` string, typeid, required — Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
        - `name` string, required
        - `description` string, nullable, required
        - `componentCount` integer, required
        - `componentKinds` string[], required
        - `sourceRepositoryUrl` string, nullable, required
        - `edges` union[], required
          - union
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
        - `role` 'viewer' | 'editor' | 'manager', required
      - object
        - `type` 'connection', required
        - `id` string, required
        - `name` string, required
        - `url` string, required
        - `description` string, nullable, required
        - `transport` 'mcp' | 'native', required
        - `provider` string, nullable, required
        - `state` 'connected' | 'needs_signin' | 'needs_admin_setup' | 'available', required
        - `connectedAt` string, date-time, nullable, required
        - `edges` union[], required
          - union
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …

## Other responses

- `401` — The caller must be signed in to view their library.

---

[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/805150503452/schema)
