---
title: "Get agent restart or rollout status"
method: GET
path: "/agent/restart-status/{token}"
tags: ["AGENT"]
---

# Get agent restart or rollout status

`GET /agent/restart-status/{token}`

This API provides the restart status for a given agent host or Kubernetes components. It also resets the restart indicators once fetched.

## Path parameters

- `token` string, required

## Query parameters

- `platform` string
- `host_id` string, required

## Response `200`

Restart and rollout status for the given host

- object

## Other responses

- `401` — Invalid or expired token
- `500` — Internal server error

---

[API](https://skmtc.net/middleware/apis/middleware-api.md) · [All operations](https://skmtc.net/middleware/apis/middleware-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/middleware/middleware-api/revisions/614091456d31/schema)
