---
title: "Reindex knowledge model files meta step"
method: POST
path: "/v1/knowledge-models/{knowledge_model_id}/reindex/meta"
---

# Reindex knowledge model files meta step

`POST /v1/knowledge-models/{knowledge_model_id}/reindex/meta`

We can manually reindex knowledge model files meta step

## Path parameters

- `knowledge_model_id` string, required

## Request body

- ReindexConfiguration
  - `documents_ids` string[], nullable — Document IDs to which reindexing will be applied
  - `failed_documents` boolean, nullable — Reindexing will be applied to all failed documents

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — User token is not present in cookies or has incorrect value.
- `421` — Various errors, see examples
- `422` — Validation Error

---

[API](https://skmtc.dev/constructor-tech/apis/constructorknowledgemodel.md) · [All operations](https://skmtc.dev/constructor-tech/apis/constructorknowledgemodel/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/constructor-tech/constructorknowledgemodel/revisions/989f1fae00de/schema)
