---
title: "Changes to List service tokens"
method: GET
path: "/organizations/{organization}/service-tokens"
---

# Changes to List service tokens

`GET /organizations/{organization}/service-tokens`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 25 revisions.

- **2026-08-11** `4b2e4f05bda2` — 3 info
- **2026-06-01** `72506953f367` — 19 breaking, 1 info
- **2025-12-09** `d710019068fb` — 2 breaking
- **2025-12-04** `5e881928d77a` — 1 info

## Changes

- **2026-08-11** `4b2e4f05bda2` — 3 info
  - added the required property `per_page` to the response with the `200` status
  - added the required property `total_count` to the response with the `200` status
  - added the required property `total_pages` to the response with the `200` status
- **2026-06-01** `72506953f367` — 19 breaking, 1 info
  - the response property `data/items/actor_display_name` became nullable for the status `200`
  - the response property `data/items/actor_id` became nullable for the status `200`
  - the response property `data/items/actor_type` became nullable for the status `200`
  - the response property `data/items/expires_at` became nullable for the status `200`
  - the response property `data/items/last_used_at` became nullable for the status `200`
  - the response property `data/items/name` became nullable for the status `200`
  - the response property `data/items/oauth_accesses_by_resource` became nullable for the status `200`
  - the response property `data/items/plain_text_refresh_token` became nullable for the status `200`
  - the response property `data/items/service_token_accesses` became nullable for the status `200`
  - the response property `data/items/service_token_accesses/items/resource/deleted_at` became nullable for the status `200`
  - the response property `data/items/token` became nullable for the status `200`
  - the response property `next_page` became nullable for the status `200`
  - the response property `next_page_url` became nullable for the status `200`
  - the response property `prev_page` became nullable for the status `200`
  - the response property `prev_page_url` became nullable for the status `200`
  - the response property `data/items/oauth_accesses_by_resource` became optional for the status `200`
  - the response property `data/items/plain_text_refresh_token` became optional for the status `200`
  - the response property `data/items/service_token_accesses` became optional for the status `200`
  - the response property `data/items/token` became optional for the status `200`
  - added the required property `type` to the response with the `200` status
- **2025-12-09** `d710019068fb` — 2 breaking
  - for the `query` request parameter `page`, the type/format was changed from `number`/`` to `integer`/``
  - for the `query` request parameter `per_page`, the type/format was changed from `number`/`` to `integer`/``
- **2025-12-04** `5e881928d77a` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/planetscale/apis/planetscale-api/docs/organizations/:organization/service-tokens/get.md) · [API](https://skmtc.dev/planetscale/apis/planetscale-api.md) · [Page](https://skmtc.dev/planetscale/apis/planetscale-api/changes/organizations/:organization/service-tokens/get)
