---
title: "List all tokens for a given org."
method: GET
path: "/v1/core/auth/tokens"
---

# List all tokens for a given org.

`GET /v1/core/auth/tokens`

List all tokens for a given org. Can be used with org-scoped or org-group token. If org-group token, must pass selector.

## Response `200`

List all tokens for a given org.

- object
  - `data` object[], required
    - `tokenId` string, required
    - `tokenName` string, required
    - `organizationId` string, required
    - `authorizedOrgGroupId` string, nullable, required — The ID of the org-group that this token is authorized to act as. Default null.
    - `parentOrgGroupTokenId` string, nullable, required — The ID of the org-group-token that created this org-scoped token. Will be null for tokens created through the UI.
    - `createdAt` string, required
    - `createdBy` string, nullable, required — The Siro uid of the user who created the token.
  - `cursor` string, nullable, required — Opaque cursor for pagination

---

[API](https://skmtc.dev/siro/apis/swagger-api.md) · [All operations](https://skmtc.dev/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siro/swagger-api/revisions/9995339a94c6/schema)
