Skip to main content
To list every API token you have minted across every organization you belong to, run the following command:
The output is a table:
  • Scope shows how the token is bound:
    • all — unrestricted, can act on every organization the caller belongs to.
    • <org> — organization-scoped.
    • <org>/<group> — group-scoped.
  • Permissions summarizes the scope grant for group-scoped tokens:
    • for tokens without an explicit scope set (unrestricted and org-scoped tokens).
    • read-only when the only scope is read.
    • full-access when every scope is granted.
    • Otherwise, the comma-separated scope list.
The list always reflects what the platform stores. Presets passed at creation time (--read-only, --full-access) are expanded into individual scopes before storage and are surfaced here in expanded form.