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

# List Accounts

`GET /accounts`

## Query parameters

- `filter[name]` string
- `page[number]` string
- `page[size]` string
- `include` string[]
- `fields` object
  - `accounts` string — The comma-separated list of fields to return in response for Account resource.
  - `billing-plans` string — The comma-separated list of fields to return in response for BillingPlan resource.
  - `container-image-versions` string — The comma-separated list of fields to return in response for ContainerImageVersion resource.
  - `identity-providers` string — The comma-separated list of fields to return in response for IdentityProvider resource.
  - `users` string — The comma-separated list of fields to return in response for User resource.

## Response `200`

Success.

## Other responses

- `4XX` — Client error.
- `5XX` — Server error.

---

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