---
title: "List API Tokens"
method: GET
path: "/v1/auth/api-tokens"
---

# List API Tokens

`GET /v1/auth/api-tokens`

Returns a list of API tokens belonging to a user.

## Response `200`

Successful response

- object
  - `tokens` APIToken[]
    - `name` string — The name given to the API Token.
    - `id` string — The ID generated by Turso for the API Token.
    - `organization` string — The organization slug this token is restricted to. Omitted if the token has access to all organizations.
    - `group` string — The group name this token is pinned to. Present only for group-scoped tokens.
    - `scopes` string[] — The expanded list of scopes granted to this token. Present only for group-scoped tokens. Presets passed at creation time (`read-only`, `full-access`) are stored as the underlying individual scopes and are returned in that form.
    - `created_at` string — The date the token was created, in `YYYY-MM-DD` format.

---

[API](https://skmtc.net/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.net/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turso/turso-platform-api/versions/6c99e4c88978/schema)
