---
title: "Get a System Account Access Token"
method: GET
path: "/v3/system-accounts/{accountId}/access-tokens/{tokenId}"
tags: ["System Accounts - Access Tokens"]
---

# Get a System Account Access Token

`GET /v3/system-accounts/{accountId}/access-tokens/{tokenId}`

Returns the system account (SA) access token for the SA Access Token ID specified as a path parameter.

## Response `200`

A response including a single system account access token.

- SystemAccountAccessToken — Schema of the system account access token.
  - `id` string, uuid — ID of the system account access token.
  - `name` string — Name of the system account access token.
  - `created_at` string, date-time — Timestamp of when the system account access token was created.
  - `updated_at` string, date-time — Timestamp of when the system account access token was last updated.
  - `expires_at` string, date-time — Timestamp of when the system account access token will expire.
  - `last_used_at` string, date-time — Timestamp of when the system account access token was last used.

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/f920f418f552/schema)
