---
title: "List Tokens"
method: GET
path: "/auth/tokens"
tags: ["auth"]
---

# List Tokens

`GET /auth/tokens`

List the caller's live (non-revoked) personal access tokens. Never returns
secrets. The interactive login session (``cli_session``) is intentionally
excluded — it is managed by ``login`` / ``logout`` / ``whoami``, not here.

## Response `200`

Successful Response

- TokenResponse[]
  - `id` string, required
  - `name` string, nullable
  - `key_prefix` string, required
  - `kind` string, required
  - `last_used_at` string, nullable
  - `expires_at` string, nullable
  - `created_at` string, nullable, required

---

[API](https://skmtc.dev/nanocorp/apis/nanocorp-api.md) · [All operations](https://skmtc.dev/nanocorp/apis/nanocorp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nanocorp/nanocorp-api/revisions/04b208d3215b/schema)
