Skip to main content
GET
string
required
The id from the create response. Not the vs= token inside url.
string
pending (wait poll_interval seconds and read again), linked (store user_id, stop), or expired (create a new session).
string | null
The id to store once linked. A connected session carries it from the start.
number | null
How many times a connected user asked for their code. Null on open sessions.
number | null
How many codes a connected user tried. Null on open sessions.
Budget. 40 reads a minute per session, 600 a minute across your account. Honor poll_interval and you never see a 429. Only the client that created the session can read it; anything else is a 404.