---
title: "Get basic health check for stats endpoints."
method: GET
path: "/api/v1/stats/health"
---

# Get basic health check for stats endpoints.

`GET /api/v1/stats/health`

Returns basic counts to verify the stats service is working.

Example Response:
{
    "data": {
        "status": "healthy",
        "basic_counts": {
            "total_jobs": 1500,
            "total_users": 250,
            "jobs_last_month": 450
        }
    }
}

Returns:
    JSON response with health status and basic counts

## Response `200`

Success

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/trends/apis/trends-earth-api.md) · [All operations](https://skmtc.dev/trends/apis/trends-earth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trends/trends-earth-api/revisions/6bdbc0b84666/schema)
