---
title: "List servers"
method: GET
path: "/servers"
tags: ["Servers"]
---

# List servers

`GET /servers`

Returns a list of all servers belonging to the team.

## Query parameters

- `filter[project]` string
- `filter[region]` string
- `filter[hostname]` string
- `filter[created_at_gte]` string
- `filter[created_at_lte]` string
- `filter[label]` string
- `filter[status]` string
- `filter[plan]` string
- `filter[gpu]` boolean
- `filter[ram][eql]` integer
- `filter[ram][gte]` integer
- `filter[ram][lte]` integer
- `filter[disk][eql]` integer
- `filter[disk][gte]` integer
- `filter[disk][lte]` integer
- `filter[tags]` string
- `extra_fields[servers]` string
- `sort` string
- `page[size]` integer
- `page[number]` integer
- `stats[total]` string

## Response `200`

Success

## Changes

- **2026-08-28** `c80535f26dd7` — 2 info
  - added the optional property `data/items/attributes/bgp_deployed` to the response with the `200` status
  - added the optional property `data/items/attributes/bgp_eligible` to the response with the `200` status
- **2026-08-28** `3801b2bc7b02` — 14 info
  - added the new optional `query` request parameter `sort`
  - added the optional property `data/items/attributes/credentials` to the response with the `200` status
  - added the optional property `data/items/attributes/features` to the response with the `200` status
  - added the optional property `data/items/attributes/legacy_network` to the response with the `200` status
  - …10 more
- **2026-08-22** `7f90a64e0952` — 1 info
  - added the optional property `data/items/attributes/team/limits/bgp_session_per_ip` to the response with the `200` status
- **2026-08-20** `437c7a97e596` — 3 warning, 3 info
  - removed the optional property `data/items/attributes/bond_eligible` from the response with the `200` status
  - removed the optional property `data/items/attributes/prefix` from the response with the `200` status
  - removed the optional property `data/items/attributes/team/limits/prefix` from the response with the `200` status
  - added the optional property `data/items/attributes/public_network` to the response with the `200` status
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/servers/get.md)

---

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