---
title: "GET /api/_health/full/"
method: GET
path: "/api/_health/full/"
tags: ["Health"]
---

# GET /api/_health/full/

`GET /api/_health/full/`

Runs a full health check testing as many services and systems as possible. These health checks can be expensive operations such as writing files to storage etc.

## Response `200`

- FullHealthCheck
  - `passing` boolean, required — False if any of the critical service health checks are failing, true otherwise.
  - `checks` object, required — An object keyed by the name of the health check and the value being the result.
  - `celery_queue_size` integer, required — The number of enqueued celery tasks.
  - `celery_export_queue_size` integer, required — The number of enqueued celery export worker tasks.

---

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