---
title: "GET /{stack}/adminconfig/v2/tokens"
method: GET
path: "/{stack}/adminconfig/v2/tokens"
tags: ["Tokens"]
---

# GET /{stack}/adminconfig/v2/tokens

`GET /{stack}/adminconfig/v2/tokens`

get all tokens

## Path parameters

- `stack` string, required

## Query parameters

- `count` integer
- `offset` integer
- `status` string
- `username` string

## Response `200`

list of tokens

- object
  - `tokens` TokenInfo[]
    - `audience` string, required
    - `expiresOn` string, date-time, required
    - `id` string, required
    - `lastUsed` string, date-time
    - `lastUsedIP` string
    - `notBefore` string, date-time, required
    - `status` string, required
    - `token` string
    - `type` string
    - `user` string, required

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api.md) · [All operations](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splunk/splunk-cloud-admin-api/revisions/65903649d1c2/schema)
