---
title: "🛡️ Get the current state of the indexing service."
method: GET
path: "/api/v1/index/state"
tags: ["Indexing"]
---

# 🛡️ Get the current state of the indexing service.

`GET /api/v1/index/state`

Returns a snapshot of the indexing state at 
this current moment. Use this endpoint for one-time checks. 
For real-time updates, use the `/events/subscribe` endpoint 
instead.
<!-- Leave this line empty -->
<br /><hr /><h3>🛡️ Requires Capabilities: <code>Indexing.Read</code></h3>

## Response `200`

The returned object will contain the state of the indexing service. 
Possible states are: `idle` `indexing` `paused`
<!-- Leave this line empty -->

- unknown

## Other responses

- `401` — Possible reasons: The authorization token is invalid.
- `403` — Possible reasons: The user does not have sufficent capabilities.

---

[API](https://skmtc.net/cardinalapps/apis/cardinal-media-server-api.md) · [All operations](https://skmtc.net/cardinalapps/apis/cardinal-media-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cardinalapps/cardinal-media-server-api/revisions/0c30e5146acd/schema)
