---
title: "List API tokens"
method: GET
path: "/api/token/"
tags: ["JWT"]
---

# List API tokens

`GET /api/token/`

List all API tokens for the current user.

## Query parameters

- `ordering` string

## Response `200`

- LSEAPITokenList[]
  - `created_at` string, required
  - `expires_at` string, required
  - `token` string, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
