---
title: "List personal access tokens in a workspace"
method: GET
path: "/v1/spaces/{space_id}/personal_access_tokens"
tags: ["Admin API"]
---

# List personal access tokens in a workspace

`GET /v1/spaces/{space_id}/personal_access_tokens`

## Path parameters

- `space_id` string, uuid, required

## Query parameters

- `creator_ids` union
  - string[]
  - string, uuid
- `cursor` string
- `page_size` string
- `search` string
- `status` union
  - string[]
  - 'active'
  - 'expired'
  - 'revoked'

## Headers

- `Notion-Version` '2026-03-11', required

## Response `200`

- object
  - `has_more` boolean, required
  - `results` object[], required
    - `created_at` number, required
    - `creator` object, required
      - `id` string, uuid, required
      - `email` string
      - `name` string
      - `profile_photo_url` string
    - `id` string, uuid, required
    - `status` 'active' | 'expired' | 'revoked', required
    - `expires_at` number
    - `last_used_at` number
    - `name` string
    - `revoked_at` number
    - `revoked_by` object
      - `id` string, uuid, required
      - `type` 'bot' | 'organization_bot' | 'user', required
      - `email` string
      - `name` string
      - `profile_photo_url` string
  - `next_cursor` string

## Other responses

- `400` — The request body, path parameters, or query parameters are invalid.
- `401` — The request is missing a valid bearer token.
- `403` — The authenticated bot does not have access to the requested resource or scope.
- `404` — The requested resource could not be found.
- `429` — The request was rate limited.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/notion/apis/notion-admin-api.md) · [All operations](https://skmtc.net/notion/apis/notion-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notion/notion-admin-api/revisions/62d8d95d51e0/schema)
