v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-275867561.6 MB
fleet auth

Get an authorization session

Returns the current status of an in-flight authorization session. The optional wait_seconds query param (1-25, default 1) keeps the request open up to that many seconds, returning early if the session completes. Poll until status is COMPLETED.

get/v1/fleet/auth-sessions/{session_id}

Path parameters

session_idstring required

Authorization session ID

Query parameters

wait_secondsinteger

Long-poll window in seconds (1-25, default 1)

Response

OK

idstring
status'PENDING' | 'COMPLETED' | 'CONNECTION_REQUIRED' | 'TOKEN_EXPIRED'