---
title: "List Sites"
method: GET
path: "/sites"
tags: ["Sites"]
---

# List Sites

`GET /sites`

## Query parameters

- `limit` integer
- `page_cursor` string
- `name` string

## Response `200`

Site Response

- SiteListResponse — Response schema for multiple Sites
  - `data` Site[] — Site details
    - `id` string, uuid, required — Site ID
    - `name` string, required — Site Name
  - `metadata` PaginationMetadata — Pagination metadata for paginated responses.
    - `count` integer, required — Total number of matching records
    - `limit` integer, required — Page size
    - `next_page` string, nullable, required — Cursor to fetch the next page
    - `prev_page` string, nullable, required — Cursor to fetch the previous page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests

---

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