---
title: "Get a System Account"
method: GET
path: "/v3/system-accounts/{accountId}"
tags: ["System Accounts"]
---

# Get a System Account

`GET /v3/system-accounts/{accountId}`

Returns the system account (SA) for the SA ID specified as a path parameter.

## Response `200`

A response including a single system account.

- SystemAccount — Schema of the system account.
  - `id` string, uuid — ID of the system account.
  - `name` string — Name of the system account.
  - `description` string — Description of the system account.
  - `created_at` string, date-time — Timestamp of when the system account was created.
  - `updated_at` string, date-time — Timestamp of when the system account was last updated.
  - `konnect_managed` boolean — The system account is managed by Konnect (true/false).

## 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/versions/f920f418f552/schema)
