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
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"
}