coda_list_permissions
List all permission entries (ACL) for a Coda doc to see who has access and their permission level (read, write, etc.).
Instructions
List all permission entries (ACL) for a Coda doc.
Returns who has access to the doc and their access level (read, write, etc.). Each entry includes the principal (user or group) and their permission type. Use coda_add_permission to grant access or coda_delete_permission to revoke.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID to list permissions for | |
| limit | No | Maximum number of permissions to return (1-200) | |
| cursor | No | Pagination cursor from a previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |