---
title: "List Service Accounts"
method: GET
path: "/v1/service-accounts"
tags: ["beta.service_accounts"]
---

# List Service Accounts

`GET /v1/service-accounts`

List the service accounts in a workspace.

Requires the Workspace admin (`workspace_admin`) role.

## Query parameters

- `workspace_id` string, uuid, required
- `include_deleted` boolean
- `offset` integer, required
- `limit` integer, required

## Response `200`

Successful Response

- ListServiceAccountsResponse — unresolved $ref

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-16** `4cb0b5382d4f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/service-accounts/get.md)

---

[API](https://skmtc.dev/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mistral/apis/mistral-ai-api/revisions/4cb0b5382d4f?raw)
