---
title: "List API tokens"
method: GET
path: "/users/me/tokens"
tags: ["API Tokens"]
---

# List API tokens

`GET /users/me/tokens`

Returns all API tokens for the authenticated user. Optionally filter by organization.

## Query parameters

- `organization_id` string

## Response `200`

List of tokens

- GithubComActiveloopaiDeeplakeApiInternalAuthAPIToken[]
  - `created_at` string
  - `expires_at` string
  - `id` string
  - `last_used_at` string
  - `name` string
  - `organization_id` string
  - `token_preview` string
  - `user_id` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `500` — Internal server error

---

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