get https://{serverid}.nexusrun.com/databases/{databaseid}/buckets//permissions
This API endpoint lists all available permissions for a specific bucket in the NexusRunDB database.
- The response JSON from this endpoint includes a list of access keys and their corresponding permissions for the specific bucket in the NexusRunDB database. This includes the permissions for public (*) access as well.
- Additionally, when using this API endpoint, you have the option to filter the results by access keys. This allows you to retrieve the permissions specifically associated with the desired access keys for the bucket in the NexusRunDB database.
- Please note that only the Master access key or a token generated for the Master access key is allowed to access this endpoint.