---
title: "Get S3 storage configuration (with masked secret key)."
method: GET
path: "/xrpc/place.stream.server.getStorage"
tags: ["place.stream.server"]
---

# Get S3 storage configuration (with masked secret key).

`GET /xrpc/place.stream.server.getStorage`

## Response `200`

Success

- object
  - `storage` PlaceStreamServerDefsStorage — S3 storage configuration for backups.
    - `url` string, required — S3 storage URL with masked secret key in format: s3+https://ACCESS_KEY:***@endpoint/bucket
    - `isActive` boolean, required — Whether backup storage is currently active.

## Changes

- **2026-05-06** `9e8c41b4c9b0` — 1 info
  - endpoint added
- **2026-04-21** `d7bbfad03013` — 1 breaking
  - api path removed without deprecation
- **2026-04-20** `3353f5f6354a` — 1 breaking, 2 info
  - the `storage` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `storage/isActive` to the response with the `200` status
  - added the required property `storage/url` to the response with the `200` status
- **2026-04-20** `f6e6f5a5a3cb` — 1 info
  - endpoint added
- **2026-03-20** `11c342fdc5d3` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/place.stream.server.getStorage/get.md)

---

[API](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/revisions/8e2ce7f5d85b/schema)
