---
title: "GET /api/v1/users/{user}/accessTokens"
method: GET
path: "/api/v1/users/{user}/accessTokens"
tags: ["UserService"]
---

# GET /api/v1/users/{user}/accessTokens

`GET /api/v1/users/{user}/accessTokens`

ListUserAccessTokens returns a list of access tokens for a user.

## Path parameters

- `user` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

OK

- ListUserAccessTokensResponse
  - `accessTokens` UserAccessToken[] — The list of access tokens.
    - `name` string — The resource name of the access token. Format: users/{user}/accessTokens/{access_token}
    - `accessToken` string — Output only. The access token value.
    - `description` string — The description of the access token.
    - `issuedAt` string, date-time — Output only. The issued timestamp.
    - `expiresAt` string, date-time — Optional. The expiration timestamp.
  - `nextPageToken` string — A token for the next page of results.
  - `totalSize` integer — The total count of access tokens.

## Other responses

- `default` — Default error response

## Changes

- **2025-12-15** `d740073f088f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usememos/apis/untitled-api/changes/api/v1/users/:user/accessTokens/get.md)

---

[API](https://skmtc.dev/usememos/apis/untitled-api.md) · [All operations](https://skmtc.dev/usememos/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usememos/untitled-api/revisions/d740073f088f/schema)
