---
title: "Read checkpoints, latest block observation, stale threshold, and warnings"
method: GET
path: "/api/indexer/status"
tags: ["Indexer"]
---

# Read checkpoints, latest block observation, stale threshold, and warnings

`GET /api/indexer/status`

## Response `200`

Indexer status observation. Empty warnings do not create an SLA or prove complete history.

- IndexerStatus
  - `chainId` integer, required
  - `latestBlock` integer, nullable, required
  - `factories` object[], required
  - `staleBlockThreshold` integer, required
  - `sync` object[], required
  - `warnings` string[], required

---

[API](https://skmtc.net/rugspull/apis/rugspull-read-api.md) · [All operations](https://skmtc.net/rugspull/apis/rugspull-read-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rugspull/rugspull-read-api/revisions/08db450e3b2f/schema)
