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

# List all servers

`GET /servers`

Retrieves a paginated list of servers with their latest status

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string

## Response `200`

OK

- GithubComPullbasePullbaseServerPkgModelsServerWithStatus[]
  - `auto_reconcile` boolean
  - `created_at` string
  - `environment_id` integer
  - `environment_name` string
  - `id` string
  - `last_agent_version` string
  - `last_commit_hash` string
  - `last_error_message` string
  - `last_is_drifted` boolean
  - `last_status` string
  - `last_timestamp` string
  - `name` string
  - `target_commit_hash` string
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/pullbase/apis/untitled-api.md) · [All operations](https://skmtc.net/pullbase/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pullbase/untitled-api/versions/edf8355bf78c/schema)
