Skip to content

List Personal Access Tokens

Review the current personal API keys before creating a new one or revoking an old one.

Best for Human member and CLI user Updated April 3, 2026
API In this interface
4 steps Steps
3 interfaces Available in
Use this path when

The list endpoint returns the current human user PAT inventory for review and cleanup.

What you'll finish here
  • Open the correct PAT list surface.
  • Read current token status safely.
  • Use the list before create or revoke actions.

Where this happens

LabelValueNotes
EndpointGET /api/v1/personal-access-tokensLists personal API keys for the current human.

Same Task, Other Interfaces

Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.

Do the work

  1. 1. Authenticate as a human principal with `tokens.manage`.
  2. 2. Call the list endpoint.
  3. 3. Read the returned credential ids, labels, scopes, and status fields.
  4. 4. Use those ids for a later revoke call if cleanup is needed.

Keep Going in Sessions and Personal Tokens

Stay in the same interface and move to the next closest task in this topic when needed.

Nearby Guides

These guides stay close to the current workflow so you can keep moving without restarting discovery.