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

# List tokens

`GET /tokens`

Retrieves the list of all available API access tokens.

## Response `200`

OK

- ListAccessTokensResponse
  - `tokens` AccessToken[]
    - `basicAuth` string, nullable
    - `dateCreated` string, date-time
    - `id` integer
    - `lastUsed` string, date-time
    - `name` string, required

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-08-27** `97f7655d105a` — 1 breaking
  - the response property `tokens/items/basicAuth` became nullable for the status `200`

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/tokens/get.md)

---

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