fleet auth
List your connection tokens
Lists the active OAuth tokens belonging to the caller. Optionally filter by provider or agent. Accepts page_size and cursor for forward compatibility; pagination is not yet enforced and all matching tokens are returned in one page.
get/v1/fleet/auth-tokens
Query parameters
provider_idstring
Filter by provider ID
is_defaultboolean
Filter to default (true) or secondary (false) tokens. Omit to return both.
page_sizeinteger
Items per page (1-100, default 20). Currently advisory; all matching tokens are returned.
cursorstring
Opaque pagination cursor. Currently accepted but ignored.
Response
OK