coda_list_permissions
Retrieve all permission entries for a Coda document, showing who has access and their access level (read, write, etc.). Use to audit document access.
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 |
|---|---|---|---|
| limit | No | Maximum number of permissions to return (1-200) | |
| cursor | No | Pagination cursor from a previous response | |
| doc_id | Yes | The doc ID to list permissions for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |