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

# Auth Token List

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

List Auth Tokens

## Request body

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

## Response `200`

- ListResponseAuthTokenOut
  - `data` AuthTokenOut[], required
    - `id` string, required
    - `name` string, required
    - `created` integer, required
    - `updated` integer, required
    - `expiry` integer, nullable
    - `metadata` object, required
    - `owner_id` string, required
    - `scopes` 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-04-14** `7f5edfb12f87` — 1 breaking
  - the `namespace` request property's minLength was increased from `0` to `1`
- **2026-04-14** `14bcce06404b` — 1 breaking, 1 warning
  - added the pattern `^[a-zA-Z0-9\-/_.=+]+$` to the request property `namespace`
  - the `namespace` request property's maxLength was set to `256`
- **2026-04-13** `e6c44b12ecfb` — 3 breaking
  - the `data/items/created` response's property type changed from `string` to `integer`, and format from `date-time` to `uint64` for status `200`
  - the `data/items/expiry` response's property type changed from `string` to `integer`, and format from `date-time` to `uint64` for status `200`
  - the `data/items/updated` response's property type changed from `string` to `integer`, and format from `date-time` to `uint64` for status `200`
- **2026-03-31** `f62be26d2a53` — 9 breaking, 4 warning, 2 info
  - 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`
  - …11 more

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.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/a13efaccef64/schema)
