---
search:
  tags:
    - Operations
    - GET
seo:
  description: >-
    Returns the caller's personal access token metadata: stable id, public
    tokenPrefix,… Reference for the GET /api/token endpoint in the Charming API
    API.
sidebar:
  badge: GET
  label: List the caller’s tokens (no plaintext, no hash)
title: List the caller’s tokens (no plaintext, no hash)
type: openapi-operation
---
Returns the caller's personal access token metadata: stable `id`, public `tokenPrefix`, optional `label`, `expiresAt`, last-used timestamp, and `createdAt`. Plaintext and hashed values are never echoed — store the plaintext returned by `POST /api/token`; if it's lost, revoke and mint a new one.

<Operation source="reference" id="list-tokens" />

Found a bug or need a feature? [Tell us](/docs/capabilities/feedback) with `submit_feedback` or `POST /app/{id}/feedback`. Your feedback shapes what we build next.
