---
title: "Auth Token List"
method: POST
path: "/api/v1.admin.auth-token.list"
tags: ["Admin"]
---

# Auth Token List

`POST /api/v1.admin.auth-token.list`

List auth tokens for a given owner

## Request body

- AdminAuthTokenListIn
  - `limit` integer — Limit the number of returned items
  - `iterator` string, nullable — The iterator returned from a prior invocation

## Response `200`

- ListResponseAdminAuthTokenOut
  - `data` AdminAuthTokenOut[], required
    - `id` string, required
    - `name` string, required
    - `created` string, date-time, required
    - `updated` string, date-time, required
    - `expiry` string, date-time, nullable
    - `role` string, required
    - `enabled` boolean, required — Whether this token is currently enabled.
  - `iterator` string, nullable
  - `prev_iterator` string, nullable
  - `done` boolean, required

## Other responses

- `400`
- `401`
- `403`
- `422`

## Changes

- **2026-03-31** `f62be26d2a53` — 10 breaking, 4 warning
  - the `data/items/created` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - the `data/items/expiry` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - the `data/items/updated` response's property type changed from `integer` to `string`, and format from `uint64` to `date-time` for status `200`
  - the `detail` response's property type changed from `string` to `array` for status `422`
  - …10 more

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.admin.auth-token.list/post.md)

---

[API](https://skmtc.dev/svix/apis/diom-api.md) · [All operations](https://skmtc.dev/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/svix/diom-api/revisions/9be964e9f7db/schema)
