DOWN, the corresponding ingestion or anchoring features will be unavailable or running in a degraded mode. The global status field reflects the worst-case health across all components.
Endpoint
GET /api/v1/enterprise/eudr/health
Response Fields
The global health status of the EUDR API. Reflects the aggregate state of all dependencies. Possible values:
OPERATIONAL (all systems healthy), DEGRADED (one or more dependencies partially unavailable), DOWN (critical failure preventing API operation).An object containing the individual health status of each service dependency.
The connection status to the Hedera Hashgraph node used for DLT anchoring.
UP means anchoring and smart contract operations are available. DOWN means all Hedera-dependent operations (polygon anchoring, shipment linking) will fail. Possible values: UP, DOWN.Network latency to the Hedera consensus node in milliseconds.
null if the node is unreachable.The connection status to Copernicus CDSE Sentinel-2 satellite APIs and OAuth services used for deforestation analysis.
UP means satellite NDVI analysis is available. DOWN means satellite analysis will be unavailable and polygon ingestion will be impacted. Possible values: UP, DOWN.ISO-8601 timestamp of the last successful Copernicus OAuth token check or data synchronization. Example:
2026-06-19T12:00:00ZThe connection status to HashiCorp Vault used for secure storage and retrieval of TRACES NT credentials and signing secrets.
UP means credential-dependent operations are available. DOWN means TRACES NT submission and credential operations will fail. Possible values: UP, DOWN.Status Values Reference
| Global Status | Meaning |
|---|---|
OPERATIONAL | All service dependencies are UP. Full API functionality is available. |
DEGRADED | One or more dependencies are DOWN but the API is partially functional. |
DOWN | Critical dependencies are unavailable. Core API operations are not functioning. |
Error Responses
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid X-API-Key |
403 | FORBIDDEN | Your API key does not have diagnostics permissions |