---
title: "GET /status"
method: GET
path: "/status"
tags: ["state"]
---

# GET /status

`GET /status`

Returns json object describing current node status.

## Response `200`

OK

- StatusResponse
  - `version` string, required
  - `uptime` number, required
  - `nodeEnv` string
  - `queryNodeStatus` object, required
    - `url` string, required
    - `chainHead` integer, required
    - `blocksProcessed` integer, required
    - `packageVersion` string, required
  - `uploadBuckets` string[], required
  - `downloadBuckets` string[], required
  - `sync` object, required
    - `enabled` boolean, required
    - `interval` integer, required
  - `cleanup` object, required
    - `enabled` boolean, required
    - `interval` integer, required
    - `maxQnLaggingThresholdInBlocks` integer
    - `minReplicationThresholdForPruning` integer

## Other responses

- `500` — Unexpected server error

## Changes

> 16 revisions in range; 1 could not be searched.

- **2024-01-26** `e27c1c57fa39` — 1 info
  - added the required property `queryNodeStatus/packageVersion` to the response with the `200` status
- **2024-01-18** `ac6edf41c061` — 1 breaking, 1 info
  - removed the required property `queryNodeStatus/packageVersion` from the response with the `200` status
  - added the required property `uptime` to the response with the `200` status
- **2024-01-16** `f7ca87c11bb1` — 1 breaking
  - removed the required property `queryNodeStatus/packageVersion` from the response with the `200` status
- **2024-01-16** `1ecdea8c1fce` — 1 info
  - added the required property `queryNodeStatus/packageVersion` to the response with the `200` status
- **2023-11-30** `fce805c21e06` — 4 info
  - added the required property `cleanup` to the response with the `200` status
  - added the required property `downloadBuckets` to the response with the `200` status
  - added the required property `sync` to the response with the `200` status
  - added the required property `uploadBuckets` to the response with the `200` status

[Full history](https://skmtc.dev/joystream/apis/storage-node-api/changes/status/get.md)

---

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