---
title: "Get server details"
method: GET
path: "/servers/{serverID}"
tags: ["Servers"]
---

# Get server details

`GET /servers/{serverID}`

Retrieves detailed information about a specific server including its latest status

## Path parameters

- `serverID` string, required

## 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
- `404` — Not Found
- `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)
