---
title: "GET /playwrightworkspaces/{workspaceId}/access-tokens"
method: GET
path: "/playwrightworkspaces/{workspaceId}/access-tokens"
---

# GET /playwrightworkspaces/{workspaceId}/access-tokens

`GET /playwrightworkspaces/{workspaceId}/access-tokens`

Lists access tokens for the specified workspace ID. Supports OData query parameters: $select, $filter, $orderby, $top, and $skip. Default page size is 10. Use nextLink in response to fetch additional results. Requires Bearer JWT access token provided by Entra ID.

## Path parameters

- `workspaceId` string, required

## Query parameters

- `api-version` string, required

## Headers

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

## Response `200`

The request has succeeded.

- PagedAccessToken — Paged collection of AccessToken items
  - `value` AccessToken[], required — The AccessToken items on this page
    - `id` string, required — The access token ID in GUID format.
    - `name` string, required — The access token name.
    - `jwtToken` string — The access token value in JWT format.
    - `createdAt` string, date-time, required — The access token creation timestamp in UTC.
    - `expiryAt` string, date-time, required — The access token expiration timestamp in UTC.
    - `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.

---

[API](https://skmtc.net/azure/apis/loadtestservice-playwright.md) · [All operations](https://skmtc.net/azure/apis/loadtestservice-playwright/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/loadtestservice-playwright/revisions/7e7fa8e8788b/schema)
