share_status
Retrieve a notebook's sharing status by providing its name or ID. Returns public visibility, access level, share URL, and shared user details.
Instructions
Get a notebook's sharing status. Accepts a notebook name or ID.
Returns is_public, access (restricted | anyone_with_link),
the share_url, and the list of shared_users ({email, permission,
display_name, avatar_url}). permission / access are string labels.
NOTE: view_level is intentionally NOT returned here — the read API does
not report it (it would always read "full"). Set it via
share_set_access, which echoes the value it just set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||