---
title: "Upload service health check"
method: GET
path: "/upload/health"
tags: ["Health", "Upload"]
---

# Upload service health check

`GET /upload/health`

Check health and configuration of upload services (CDP Uploader, Azure Storage, S3)

## Response `200`

Upload services are healthy

- object
  - `status` 'healthy' | 'unhealthy'
  - `services` object
    - `cdpUploader` 'up' | 'down'
    - `azureStorage` 'configured' | 'disabled'
    - `s3` 'configured' | 'disabled'
  - `features` object
    - `directAzureUpload` boolean
    - `virusScanPolling` boolean
    - `s3Download` boolean
    - `fileBufferStorage` boolean
  - `timestamp` string, date-time

## Other responses

- `503` — Upload services are unhealthy

---

[API](https://skmtc.net/defra/apis/apha-surveillance-data-submission-portal-api.md) · [All operations](https://skmtc.net/defra/apis/apha-surveillance-data-submission-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/defra/apha-surveillance-data-submission-portal-api/revisions/592deaf8edd7/schema)
