---
title: "Retrieve all personal access tokens for a publisher"
method: GET
path: "/publishers/{publisherId}/tokens"
tags: ["Token Management"]
---

# Retrieve all personal access tokens for a publisher

`GET /publishers/{publisherId}/tokens`

## Path parameters

- `publisherId` string, required

## Response `200`

List of all personal access tokens

- PersonalAccessToken[]
  - `id` string, uuid — Unique identifier for the GitCommit
  - `name` string — Required. The name of the token. Can be a simple description.
  - `description` string — Optional. A more detailed description of the token's intended use.
  - `createdAt` string, date-time — [Output Only]The date and time the token was created.
  - `token` string — [Output Only]. The personal access token. Only returned during creation.

## Other responses

- `403` — Forbidden
- `404` — No tokens found
- `500` — Internal server error

---

[API](https://skmtc.net/comfy-org/apis/comfy-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfy-api/versions/fb3c490f87ef/schema)
