---
title: "Get status of value list data streams"
method: GET
path: "/api/lists/index"
tags: ["Security Lists API"]
---

# Get status of value list data streams

`GET /api/lists/index`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/lists/index</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Verify that `.lists` and `.items` data streams exist.

## Response `200`

Successful response

- object
  - `list_index` boolean, required
  - `list_item_index` boolean, required

## Other responses

- `400` — Invalid input data response
- `401` — Unsuccessful authentication response
- `403` — Not enough privileges response
- `404` — List data stream(s) not found response
- `500` — Internal server error response

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
