---
title: "List service accounts"
method: GET
path: "/api/v0/service-accounts"
tags: ["Service Accounts"]
---

# List service accounts

`GET /api/v0/service-accounts`

Returns all service accounts in the authenticated organization. Requires human authentication with a Manager role or higher; service account credentials are rejected.

## Response `200`

Response for status 200

- ListServiceAccounts200ResponseBody
  - `serviceAccounts` object[], required
    - `id` string, required
    - `name` string, required
    - `description` string
    - `status` 'active' | 'inactive' | 'deleted', required
    - `createdBy` string, required
    - `createdAt` number, required — Unix epoch milliseconds when the service account was created
    - `updatedAt` number — Unix epoch milliseconds when the service account was last updated

## Other responses

- `401` — Response for status 401
- `402` — Response for status 402
- `403` — Response for status 403
- `500` — Response for status 500

---

[API](https://skmtc.net/factory/apis/factory-public-api.md) · [All operations](https://skmtc.net/factory/apis/factory-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factory/factory-public-api/versions/684f94d47ca9/schema)
