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
Changes
Changed in 1 of the 48 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○