---
title: "GET /table/{tableId}/plugin-context-menu/{pluginInstallId}"
method: GET
path: "/table/{tableId}/plugin-context-menu/{pluginInstallId}"
tags: ["plugin-context-menu"]
---

# GET /table/{tableId}/plugin-context-menu/{pluginInstallId}

`GET /table/{tableId}/plugin-context-menu/{pluginInstallId}`

## Path parameters

- `tableId` string, required
- `pluginInstallId` string, required

## Response `200`

Returns data about the plugin context menu.

- object
  - `name` string, required
  - `tableId` string, required
  - `pluginId` string, required
  - `pluginInstallId` string, required
  - `positionId` string, required
  - `url` string
  - `config` object
    - `contextMenu` object
      - `width` union
        - number
        - string
      - `height` union
        - number
        - string
      - `x` union
        - number
        - string
      - `y` union
        - number
        - string
      - `frozenResize` boolean
      - `frozenDrag` boolean
    - `view` unknown
    - `dashboard` unknown
    - `panel` unknown

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
