---
title: "List service accounts"
method: GET
path: "/api/organizations/{name}/service-accounts"
tags: ["service-accounts"]
---

# List service accounts

`GET /api/organizations/{name}/service-accounts`

List all service accounts for the organization.

## Path parameters

- `name` string, required

## Response `200`

List of service accounts

- object[]
  - `_id` string, required
  - `user` string, required
  - `name` string, required
  - `email` string, required
  - `description` string
  - `createdAt` string, date-time, required

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/dae0cc3790f0/schema)
