v1

latestOpenAPI 3.0.3OGL-UK-3.0raw.githubusercontent.com2025-09-3012629.2 KB
Health
Upload

Upload service health check

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

get/upload/health

Response

Upload services are healthy

status'healthy' | 'unhealthy'
timestampstring date-time

Example response

{
  "status": "healthy",
  "services": {
    "cdpUploader": "up",
    "azureStorage": "configured",
    "s3": "disabled"
  },
  "features": {
    "directAzureUpload": true,
    "virusScanPolling": true,
    "fileBufferStorage": true
  },
  "timestamp": "2025-09-30T12:00:00.000Z"
}