---
title: "List sites for server"
method: GET
path: "/orgs/{organization}/servers/{server}/sites"
tags: ["Sites"]
---

# List sites for server

`GET /orgs/{organization}/servers/{server}/sites`

List all sites associated with the server.

Processing mode: <small><code>sync</code></small>

## Path parameters

- `organization` string, required
- `server` integer, required

## Query parameters

- `sort` string
- `include` string
- `page[size]` integer
- `page[cursor]` string
- `filter[name]` string

## Response `200`

Paginated set of `SiteResource`

## Other responses

- `403` — Authorization error
- `404` — Not found

---

[API](https://skmtc.dev/mfullbrook/apis/forge.md) · [All operations](https://skmtc.dev/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mfullbrook/forge/revisions/24ad66d99f93/schema)
