Skip to main content
GET
/
table
/
{tableId}
/
view
/
{viewId}
/
plugin
cURL
curl --request GET \
  --url http://127.0.0.1:3000/api/table/{tableId}/view/{viewId}/plugin \
  --header 'Authorization: Bearer <token>'
{
  "pluginId": "<string>",
  "pluginInstallId": "<string>",
  "baseId": "<string>",
  "name": "<string>",
  "url": "<string>",
  "storage": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string
required
viewId
string
required

Response

200 - application/json

Returns data about the view install plugin.

pluginId
string
required
pluginInstallId
string
required
baseId
string
required
name
string
required
url
string
storage
object
Last modified on December 10, 2025