---
title: "Get all sites details across all organizations"
method: GET
path: "/account/sites"
tags: ["Account"]
---

# Get all sites details across all organizations

`GET /account/sites`

## Query parameters

- `search` string

## Response `200`

array of sites

- Site[]
  - `id` string, uuid, required
  - `created_at` integer
  - `updated_at` integer
  - `permanent` boolean
  - `name` string, required
  - `description` string
  - `scope` string
  - `excludes` string
  - `subnets` object

## Other responses

- `401` — Access token is missing or invalid

## Changes

- **2021-12-06** `41f72e32d154` — 1 info
  - added the optional property `items/subnets` to the response with the `200` status
- **2021-02-13** `37f457a3fc78` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/github/apis/rumble-api-deprecated/changes/account/sites/get.md)

---

[API](https://skmtc.dev/github/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.dev/github/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/rumble-api-deprecated/revisions/7c193c1fcd5c/schema)
