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

# Get the details of a single bucket

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

Returns the bucket information.

## Path parameters

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

## Response `200`

Successful

- Model13
  - `sid` string, required — RequestSid
  - `bucketSid` string, required — Sid of the bucket
  - `environmentSid` string, nullable — Sid of the environment
  - `contextSid` string, nullable — Sid of the request context.
  - `direction` 'in' | 'out', required — Denotes if the request was inbound to the API or an outbound reqeust the API sent.
  - `note` string, nullable, required — Any notes that were added to the request.
  - `createdAt` string
  - `receivedAt` string
  - `firewall` Request20Firewall — unresolved $ref
  - `request` Request
    - `host` string, nullable, required — Host
    - `method` string, nullable, required — HTTP method
    - `path` string, nullable, required — Request path
    - `port` number, nullable — Request port
    - `url` string, nullable, required — The full url
    - `queryString` QueryString
    - `headers` object, required
      - `string` union, required
        - string
        - number
        - String — unresolved $ref
        - boolean
    - `body` string
    - `contentType` string, nullable, required — The content type of the request.
    - `size` number, nullable, required — The size of the request payload.
  - `response` Response, nullable
    - `statusCode` number, nullable — HTTP status code that was returned by the target server.
    - `headers` object, nullable, required
      - `string` union, required
        - string
        - number
        - String — unresolved $ref
        - boolean
    - `size` number, nullable, required — The size of the response payload.
    - `body` string
    - `contentType` string, nullable, required — The content type of the response.
  - `timings` Request20Timings — unresolved $ref
  - `traces` Request20Traces — unresolved $ref
  - `workflowExecutions` Workflows20that20were20executed20as20a20result20of20this20request — unresolved $ref
  - `tags` object, nullable, required
    - `string` union, required
      - string
      - number
      - String — unresolved $ref
      - boolean
  - `capture` boolean
  - `storage` string

## 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)
