---
title: "Check data-source runtime health"
method: GET
path: "/v1/data-sources/health"
tags: ["Scrapers"]
---

# Check data-source runtime health

`GET /v1/data-sources/health`

Returns runtime readiness for managed public-data sources.

## Response `200`

Scraper runtime health loaded.

- ScraperRuntimeHealthResponse — Scraper runtime health response.
  - `scrapers` ScraperRuntimeHealthEntry[], required
    - `id` string, required
    - `name` string, required
    - `category` string, required
    - `status` string, required
    - `runtimeHealth` object, required
  - `nextActions` string[], required

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `429` — Too many requests.
- `500` — Internal server error.

---

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