Fetch the caller’s current matchmaking state.
Returns the user’s current matchmaking state. This is a pure read — it has no side effects on the queue TTL. Queue entries are kept alive by socket presence events, not by polling this endpoint. Clients should poll this endpoint while searching to detect whenDocumentation Index
Fetch the complete documentation index at: https://docs.7331.org/llms.txt
Use this file to discover all available pages before exploring further.
state transitions to matched.
idle, searching, matched.state is searching.state is matched.Treat as a secret on the client. Do not log it, persist it to non-volatile storage, or include it in error reports / crash dumps. Anyone holding this value can join the matched 1-on-1 chat.state is searching (queue TTL deadline) or matched (24h chat expiry).