---
title: "List effective team plugin access"
method: GET
path: "/v1/teams/{teamId}/plugin-access"
tags: ["Plugins"]
---

# List effective team plugin access

`GET /v1/teams/{teamId}/plugin-access`

Lists plugins available to a team through direct grants, marketplace grants, and organization-wide grants.

## Path parameters

- `teamId` string, typeid, required

## Response `200`

Effective team plugin access returned successfully.

- object
  - `items` PluginArchTeamPluginAccess[], required
    - `plugin` object, required
      - `id` string, typeid, required — Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
      - `name` string, required
      - `componentCount` integer, required
    - `edge` 'direct_team' | 'via_catalog' | 'org_wide', required
    - `marketplace` object, nullable, required
      - `id` string, typeid, required — Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.
      - `name` string, required
    - `role` 'viewer' | 'editor' | 'manager', required
    - `grantedBy` 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
    - `grantId` string, typeid, nullable, required — Den TypeID with 'pag_' prefix and a 26-character base32 suffix.

## Other responses

- `400` — The team access path parameters were invalid.
- `401` — The caller must be signed in to view team plugin access.
- `403` — The caller lacks permission to view this team's plugin access.
- `404` — The team 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/805150503452/schema)
