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

# List Tokens

`GET /api/satellite-tokens`

List all ingest tokens for the user's team.

## Response `200`

Successful Response

- TokenResponse[]
  - `id` string, required
  - `name` string, required
  - `token_prefix` string, required
  - `created_at` string, required
  - `expires_at` string, nullable, required
  - `last_used_at` string, nullable, required
  - `is_active` boolean, required

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/2e2a6de8aeda/schema)
