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

# List Accounts

`GET /api/platform/scopes/accounts`

## Query parameters

- `q` string
- `portfolioId` string, nullable
- `status` string, nullable
- `segment` string, nullable
- `page` integer
- `perPage` integer, nullable

## Response `200`

Successful Response

- AccountsListResponse
  - `items` AccountSummary[]
    - `id` string, required
    - `accountNumber` string, required
    - `name` string, required
    - `shortName` string, nullable
    - `isTest` boolean, required
    - `businessDashboardsEnabled` boolean, required
    - `segment` string, required
    - `status` string, required
    - `portfolioId` string, nullable
    - `portfolioName` string, nullable
    - `fgaSyncStatus` string, required
    - `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)
