---
title: "List all API tokens"
method: GET
path: "/api/v1/tokens"
tags: ["auth"]
---

# List all API tokens

`GET /api/v1/tokens`

List all API tokens

## Response `200`

Tokens listed successfully

- TokenListResponseItem[]
  - `id` string, required
  - `createdAt` string, required
  - `name` string, required

## Other responses

- `default` — Internal server error

---

[API](https://skmtc.dev/banzaicloud/apis/pipeline-api.md) · [All operations](https://skmtc.dev/banzaicloud/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc.dev/banzaicloud/apis/pipeline-api/revisions/7c409f3ff1a9?raw)
