---
title: "List servers"
method: GET
path: "/orgs/{organization}/servers"
tags: ["Servers"]
---

# List servers

`GET /orgs/{organization}/servers`

Show all servers for the organization.

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

## Path parameters

- `organization` string, required

## Query parameters

- `sort` string
- `page[size]` integer
- `page[cursor]` string
- `filter[ip_address]` string
- `filter[name]` string
- `filter[region]` string
- `filter[size]` string
- `filter[provider]` string
- `filter[ubuntu_version]` string
- `filter[php_version]` string
- `filter[database_type]` string

## Response `200`

Paginated set of `ServerResource`

## Other responses

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

---

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