---
title: "List service accounts"
method: GET
path: "/service_accounts"
tags: ["service_accounts"]
---

# List service accounts

`GET /service_accounts`

Returns all service accounts in the workspace. Service accounts are machine identities for external systems to authenticate with Blaxel via OAuth or API keys.

## Response `200`

successful operation

- object[]
  - `client_id` string — Service account client ID
  - `created_at` string — Creation timestamp
  - `description` string — Service account description
  - `name` string — Service account name
  - `updated_at` string — Last update timestamp

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/revisions/dfa264bc72ee/schema)
