---
title: "Get all sites"
method: GET
path: "/org/sites"
tags: ["Organization"]
---

# Get all sites

`GET /org/sites`

## 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
- **2020-02-10** `1982af32482c` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2020-01-16** `0cd287ac6169` — 2 breaking
  - the `items/created_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `items/updated_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`

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

---

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