---
title: "Get API Status"
method: GET
path: "/index"
tags: ["System"]
---

# Get API Status

`GET /index`

Returns basic information about the Case.dev API including name, version, and health status. This endpoint can be used for health checks and API discovery.

## Response `200`

API information retrieved successfully

- object
  - `name` string, required — The name of the API
  - `version` string, required — The current API version
  - `status` string, required — The health status of the API

---

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