---
title: "ListServiceAuthTokens lists all the service auth tokens"
method: GET
path: "/v1/orgs/{org}/services/{serviceName}/tokens"
---

# ListServiceAuthTokens lists all the service auth tokens

`GET /v1/orgs/{org}/services/{serviceName}/tokens`

## Path parameters

- `org` string, required
- `serviceName` string, required

## Response `200`

A successful response.

- V1ListServiceAuthTokensResponse
  - `tokens` V1ServiceToken[]
    - `createdOn` string, date-time
    - `expiresOn` string, date-time
    - `id` string
    - `prefix` string

## Other responses

- `default` — An unexpected error response.

---

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