---
title: "List API tokens"
method: GET
path: "/tokens"
tags: ["Utilities"]
---

# List API tokens

`GET /tokens`

Returns the names of API tokens that belong to the authenticated user's organization. Token values/hashes are never returned.

## Response `200`

OK

- ThundertypesListTokensResponse
  - `tokens` string[]

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/thundercompute/apis/thunder-compute-api.md) · [All operations](https://skmtc.dev/thundercompute/apis/thunder-compute-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thundercompute/thunder-compute-api/revisions/122382e24d26/schema)
