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

# List Service Accounts

`GET /api/platform/service-accounts`

List all service accounts with pagination and search.

## Query parameters

- `page` integer
- `per_page` integer
- `q` string

## Response `200`

Successful Response

- PlatformServiceAccountsPaginatedResponse — Paginated list envelope for service accounts.
  - `items` PlatformServiceAccount[]
    - `id` string, required
    - `displayName` string, required
    - `description` string, nullable
    - `email` string, nullable
    - `gcpUniqueId` string, nullable
    - `fgaSyncStatus` string
    - `fgaLastError` string, nullable
    - `fgaLastReconciledAt` string, date-time, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
  - `total` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
