---
title: "GET /accounts/{accountId}/access-tokens"
method: GET
path: "/accounts/{accountId}/access-tokens"
---

# GET /accounts/{accountId}/access-tokens

`GET /accounts/{accountId}/access-tokens`

Lists access-tokens for the given account id. It can use OData query params like $select, $filter, $orderby, $top and $skip. The default page size is 10. Use nextLink in response to fetch more objects in the list. Authorization required is Bearer JWT Access token provided by EntraID.

## Path parameters

- `accountId` string, required

## Query parameters

- `api-version` string, required

## Headers

- `x-ms-client-request-id` string, uuid

## Response `200`

The request has succeeded.

- PagedAccessToken — Paged collection of AccessToken items
  - `value` AccessToken[], required — The AccessToken items on this page
    - `id` string, uuid, required — Universally Unique Identifier
    - `name` string, required — The access-token name.
    - `jwtToken` string — The access-token value in JWT format.
    - `createdAt` string, date-time, required — The access-token createdAt utcDateTime.
    - `expiryAt` string, date-time, required — The access-token expiryAt utcDateTime.
    - `state` 'Active' | 'Expired', required — The access-token state.
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (2023-10-01-preview) `8d0776959d03` — 1 info
  - api operation id `AccessTokens_ListAccessTokens` removed and replaced with `AccessTokens_List`
- **2023-09-12** (2023-10-01-preview) `0a6b5442aca6` — 1 info
  - endpoint added
- **2023-08-30** (2023-10-01-preview) `79448ffd9815` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/playwrighttesting-microsoft-playwrighttesting-authmanager/changes/accounts/:accountId/access-tokens/get.md)

---

[API](https://skmtc.dev/azure/apis/playwrighttesting-microsoft-playwrighttesting-authmanager.md) · [All operations](https://skmtc.dev/azure/apis/playwrighttesting-microsoft-playwrighttesting-authmanager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/playwrighttesting-microsoft-playwrighttesting-authmanager/revisions/8d0776959d03/schema)
