Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

A staff session token, uk_st_…. Minted by sign-up, sign-in or the two-factor exchange. Only a 401 means it is spent; not_a_member (403) is about the organization named in X-Organization-Id and leaves the token good for the others.

Query Parameters

environment
enum<string>
default:live

Which environment to act in. A view parameter, valid only on the staff surface — a machine credential never chooses its environment, it is resolved from the key.

Available options:
live,
test
waitlist
string

Which feature queue — the list of people who asked for early access to one part of your product. Queues are never fused into one list: positions in one counted around another would tell somebody they are 40th in a queue of 12. On the read it may be left out, and the answer then carries only queues (every queue this environment has, with its counts) and an empty page — how a screen learns the names before it can ask for one. On the admit it is required.

Pattern: ^[a-z0-9][a-z0-9._-]{0,79}$

Response

One queue, plus the feature queues this environment turned out to have.

waitlist
string

Which queue this response is about — named rather than inferred, so a screen never has to work out which list it is holding. Empty when no queue was named, in which case entries is empty too.

entries
object[]
waiting
integer
admitted
integer
queues
object[]

Every feature queue this environment has, with its counts — derived from the entries, because a queue exists when somebody asked to be in it.