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

# List my effective plugin access

`GET /v1/me/plugin-access`

Lists active plugins in the caller's organization library and every access edge that applies to the caller.

## Response `200`

Effective member plugin access returned successfully.

- object
  - `items` PluginArchMePluginAccess[], required
    - `plugin` object, 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
      - `sourceRepositoryUrl` string, nullable, required
    - `edges` union[], required
      - union
        - object
          - `kind` 'mine', required
        - object
          - `kind` 'person', required
          - `sharedBy` object, nullable, required
            - `orgMembershipId` string, typeid, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
            - `name` string, required
          - `grantedAt` string, date-time, required
        - object
          - `kind` 'team', required
          - `team` object, required
            - `id` string, typeid, required — Den TypeID with 'tem_' prefix and a 26-character base32 suffix.
            - `name` string, required
        - object
          - `kind` 'org_wide', required
        - object
          - `kind` 'catalog', required
          - `marketplace` object, required
            - `id` string, typeid, required — Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.
            - `name` string, required
    - `role` 'viewer' | 'editor' | 'manager', required

## Other responses

- `401` — The caller must be signed in to view plugin access.

---

[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)
