---
title: "Get the status of Philter, including the supported redaction policy schema version."
method: GET
path: "/api/status"
tags: ["Status"]
---

# Get the status of Philter, including the supported redaction policy schema version.

`GET /api/status`

Unauthenticated endpoint returning health, the application version, the supported redaction policy schema version, and the build's git commit. Both /api/status and /api/health return the same response.

## Response `200`

OK

- StatusResponse
  - `applicationVersion` string
  - `gitCommit` string
  - `redactionPolicySchemaVersion` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `413` — Content Too Large
- `415` — Unsupported Media Type
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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