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

# Get server drift details

`GET /servers/{serverID}/drift`

Retrieves detailed drift information for a server including packages, services, and files

## Path parameters

- `serverID` string, required

## Response `200`

OK

- PkgServerDriftDetailsResponse
  - `commit_hash` string
  - `detected_at` string
  - `drift_details` GithubComPullbasePullbaseServerPkgModelsDriftDetails
    - `files` GithubComPullbasePullbaseServerPkgModelsDriftItem[]
      - `actual` string
      - `expected` string
      - `message` string
      - `name` string
      - `type` string
    - `packages` GithubComPullbasePullbaseServerPkgModelsDriftItem[]
      - `actual` string
      - `expected` string
      - `message` string
      - `name` string
      - `type` string
    - `services` GithubComPullbasePullbaseServerPkgModelsDriftItem[]
      - `actual` string
      - `expected` string
      - `message` string
      - `name` string
      - `type` string
    - `summary` string
  - `is_drifted` boolean
  - `server_id` string
  - `server_name` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
