---
title: "Get the status of in-progress schema change operations"
method: GET
path: "/operations/schema_changes"
tags: ["operations"]
---

# Get the status of in-progress schema change operations

`GET /operations/schema_changes`

Returns the status of any ongoing schema change operations. If no schema changes are in progress, returns an empty response.

## Response `200`

List of schema changes in progress

- SchemaChangeStatus[]
  - `collection` string — Name of the collection being modified
  - `validated_docs` integer — Number of documents that have been validated
  - `altered_docs` integer — Number of documents that have been altered

---

[API](https://skmtc.net/typesense/apis/typesense-api.md) · [All operations](https://skmtc.net/typesense/apis/typesense-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/typesense/typesense-api/versions/1d9b3b61638e/schema)
