---
title: "Returns the status of indexing."
method: GET
path: "/"
---

# Returns the status of indexing.

`GET /`

## Response `200`

A JSON object containing status metadata.

- Status
  - `latest_block` integer, required — The height of the most recent indexed block. Compare with latest_node_block to measure how far behind Nexus is from the chain.
  - `latest_node_block` integer, required — The height of the most recently produced block on-chain as seen by Nexus.
  - `latest_block_time` string, date-time, required — The RFC 3339 formatted consensus time of when the most recently indexed block was produced.
  - `latest_update_age_ms` integer, required — The number of milliseconds since Nexus processed the latest block.

## Other responses

- `400` — A human-readable error message.
- `404` — An empty response indicating that the requested resource was not found.
- `500` — A human-readable error message.

---

[API](https://skmtc.net/oasisprotocol/apis/oasis-nexus-api-v1.md) · [All operations](https://skmtc.net/oasisprotocol/apis/oasis-nexus-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oasisprotocol/oasis-nexus-api-v1/versions/a841981f8ee1/schema)
