---
title: "Report an account's access status for a named beta feature: whether it has been granted (via a trusted place.stream.beta.invite, or because this node isn't beta-gating the feature), has an outstanding place.stream.beta.request, or neither. Defaults to the authenticated caller when `did` is omitted."
method: GET
path: "/xrpc/place.stream.beta.getStatus"
tags: ["place.stream.beta"]
---

# Report an account's access status for a named beta feature: whether it has been granted (via a trusted place.stream.beta.invite, or because this node isn't beta-gating the feature), has an outstanding place.stream.beta.request, or neither. Defaults to the authenticated caller when `did` is omitted.

`GET /xrpc/place.stream.beta.getStatus`

## Query parameters

- `feature` string, required — Identifier of the beta feature to check (e.g. "vod").
- `did` string, did — Account to check. Defaults to the authenticated caller's DID when omitted.

## Response `200`

Success

- object
  - `feature` string, required — The feature this status applies to (echoes the request).
  - `did` string, did, required — The account this status applies to.
  - `status` string, required — granted: the account may use the feature. requested: no grant yet, but an access request is on file. none: no grant and no request.

## Other responses

- `400` — Bad Request

## Changes

- **2026-05-31** `07be13a704d4` — 1 info
  - endpoint added
- **2026-01-21** `b21cd7605630` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/place.stream.beta.getStatus/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)
