---
title: "List accounts managed by organization"
method: GET
path: "/accounts"
tags: ["Accounts"]
---

# List accounts managed by organization

`GET /accounts`

## Query parameters

- `page` PagingParameters — Paging query parameters
  - `after` string
  - `before` string
  - `size` integer

## Response `200`

OK

- AccountList
  - `accounts` Account[], required
    - `created` string, date-time — ISO-8601 timestamp that includes date and time
    - `id` string, required — ID of the resource
    - `name` string, required
    - `status` 'complete' | 'pending' | 'rejected', required
    - `updated` string, date-time — ISO-8601 timestamp that includes date and time
  - `pagination` Pagination — Pagination information for list endpoints
    - `next` string, nullable — Cursor for the next page of results
    - `page_size` integer — Number of items per page
    - `prev` string, nullable — Cursor for the previous page of results

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/brale/apis/brale-api.md) · [All operations](https://skmtc.net/brale/apis/brale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brale/brale-api/revisions/7446d49997c2/schema)
