---
title: "GET /api/ee/semantic-search/status"
method: GET
path: "/api/ee/semantic-search/status"
tags: ["/api/ee/semantic-search"]
---

# GET /api/ee/semantic-search/status

`GET /api/ee/semantic-search/status`

Fetch the indexing status of the currently active semantic search index table.

  Returns a map with keys:
   :indexed_count <number of indexed items>
   :total_est     <estimated total number of items to index>

  If no index is active, returns an empty map.

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

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