> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get bucket policy status

> Easily assess the policy status of Telnyx Cloud Storage buckets using a simple AWS S3 API command example.

# GetBucketPolicyStatus

[GetBucketPolicyStatus - Amazon Simple Storage Service](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicyStatus.html)

## Example GetBucketPolicyStatus request

```bash theme={null}
user@host % aws s3api get-bucket-policy-status --bucket pubreadbuc

{
    "PolicyStatus": {
        "IsPublic": true
    }
}

```
