---
title: "Get's the current runtime status"
method: GET
path: "/v1/status"
tags: ["status"]
---

# Get's the current runtime status

`GET /v1/status`

This endpoint returns the runtime status of the tremor server.
It returns a summary of the status of all deployed flows and
contains a flag `all_running` to check if all flows are alive and well.

## Response `200`

The current status of the tremor runtime if all flows are in "running" state

- RuntimeStatus — Runtime status information
  - `all_running` boolean, required — flag that is true if all flows are currently in a running state
  - `num_flows` number, required — number of deployed flows
  - `flows` object, required
    - `initializing` number — The number of flows in initializing state, not yet running
    - `running` number — The number of flows in running state
    - `paused` number — The number of flows in paused state
    - `draining` number — The number of flows in draining state
    - `stopped` number — The number of flows in stopped state
    - `failed` number — The number of flows in failed state

## Other responses

- `503` — The current status of the tremor runtime otherwise

## Changes

- **2022-02-23** `0456ca3a6da1` — 1 info
  - endpoint added
- **2020-02-11** `2b3f4037582e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tremor-rs/apis/tremor-api/changes/v1/status/get.md)

---

[API](https://skmtc.dev/tremor-rs/apis/tremor-api.md) · [All operations](https://skmtc.dev/tremor-rs/apis/tremor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tremor-rs/tremor-api/revisions/b73c19450409/schema)
