---
title: "Get the current status of the Coordinator."
method: GET
path: "/status"
tags: ["status"]
---

# Get the current status of the Coordinator.

`GET /status`

The status indicates the current state of the coordinator, and can be one of the following:
1. Coordinator is in recovery mode. Either upload a key to unseal the saved state, or set a new manifest. Waiting for user input on [/recover](../#/features/recovery.md).
1. Coordinator is ready to accept a manifest on [/manifest](../#/workflows/set-manifest.md)
1. Coordinator is running correctly and ready to accept marbles through the [Marble API](../#/workflows/add-service.md)

## Response `200`

- object
  - `Data` StatusResp — StatusResp is a response
    - `StatusCode` integer — A status code that matches the internal code of the Coordinator's current state.
    - `StatusMessage` string — A descriptive status message of what the Coordinator expects the user to do in its current state.
  - `Status` string

## Other responses

- `500`

---

[API](https://skmtc.net/edgelesssys/apis/coordinator-client-api.md) · [All operations](https://skmtc.net/edgelesssys/apis/coordinator-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edgelesssys/coordinator-client-api/revisions/8f4100af3603/schema)
