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

# Index status

`GET /-/status`

Full crawler and index statistics: server and room counts, plus the timing of the last discovery, parsing, and indexing passes. The admin-side twin of the public /stats, with more detail.

## Response `200`

OK

- GithubComEtkeccMrsInternalModelIndexStats
  - `discovery` GithubComEtkeccMrsInternalModelIndexStatsTime
    - `finished_at` string
    - `started_at` string
  - `indexing` GithubComEtkeccMrsInternalModelIndexStatsTime
    - `finished_at` string
    - `started_at` string
  - `parsing` GithubComEtkeccMrsInternalModelIndexStatsTime
    - `finished_at` string
    - `started_at` string
  - `rooms` GithubComEtkeccMrsInternalModelIndexStatsRooms
    - `banned` integer
    - `indexed` integer
    - `parsed` integer
    - `reported` integer
  - `servers` GithubComEtkeccMrsInternalModelIndexStatsServers
    - `blocked` integer
    - `indexable` integer
    - `online` integer
    - `software` object

---

[API](https://skmtc.net/etkecc/apis/matrix-rooms-search-api.md) · [All operations](https://skmtc.net/etkecc/apis/matrix-rooms-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etkecc/matrix-rooms-search-api/revisions/ae3c2fd65492/schema)
