---
title: "Get S3 Configuration"
method: GET
path: "/storage/user-s3"
tags: ["Storage"]
---

# Get S3 Configuration

`GET /storage/user-s3`

Returns the user's custom S3 configuration (access key ID masked).

## Response `200`

S3 config (access key masked)

- object
  - `success` boolean
  - `configured` boolean
  - `bucket` string, nullable
  - `region` string, nullable
  - `accessKeyId` string, nullable — Partially masked
  - `endpoint` string, nullable

---

[API](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/revisions/b12ff2791613/schema)
