---
title: "GET /base/{baseId}/share/node/{nodeId}"
method: GET
path: "/base/{baseId}/share/node/{nodeId}"
tags: ["base-share"]
---

# GET /base/{baseId}/share/node/{nodeId}

`GET /base/{baseId}/share/node/{nodeId}`

Get a base share by node ID

## Path parameters

- `baseId` string, required
- `nodeId` string, required

## Response `200`

Returns the base share for the specified node

- object
  - `baseId` string, required
  - `shareId` string, required
  - `password` boolean, required
  - `nodeId` string, required
  - `allowSave` boolean, nullable, required
  - `allowCopy` boolean, nullable, required
  - `enabled` boolean, required

---

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