---
title: "Get Hermes agent status"
method: GET
path: "/api/hermes"
tags: ["Admin"]
---

# Get Hermes agent status

`GET /api/hermes`

## Response `200`

Hermes status

- object
  - `installed` boolean
  - `gatewayRunning` boolean
  - `hookInstalled` boolean
  - `activeSessions` integer
  - `cronJobCount` integer
  - `memoryEntries` integer

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/versions/b920835b2793/schema)
