---
title: "Get the details of a single bucket"
method: GET
path: "/v1/accounts/{accountSid}/buckets/{bucketSid}"
tags: ["Buckets"]
---

# Get the details of a single bucket

`GET /v1/accounts/{accountSid}/buckets/{bucketSid}`

Returns the bucket information.

## Path parameters

- `accountSid` string, required — accountSid
- `bucketSid` string, required — bucketSid

## Response `200`

Successful

- Bucket
  - `sid` string, required — Sid of the bucket
  - `accountSid` string, required — accountSid
  - `name` string, required — Name of the bucket
  - `verifySslCerts` boolean, required — If SSL Certificates should be verified as valid and trusted.
  - `appIsConnected` boolean, required — If the bucket is connected to an application via the SDK.
  - `createdAt` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/apitraffic/apis/apitraffic-api-documentation.md) · [All operations](https://skmtc.net/apitraffic/apis/apitraffic-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apitraffic/apitraffic-api-documentation/revisions/b2a22a9b5c98/schema)
