cURL
curl --request GET \ --url https://api.agentmark.co/v1/health/ingestion
{ "status": "healthy", "timestamp": "2026-04-10T15:30:45.123Z", "service": "ingestion", "dependencies": [ { "name": "database", "status": "healthy", "latencyMs": 12.3 }, { "name": "auth", "status": "healthy", "latencyMs": 45.1 } ] }
Check the health of the trace ingestion pipeline and its dependencies.
Ingestion pipeline is healthy or degraded.
healthy
degraded
unhealthy
"healthy"
"2026-04-10T15:30:45.123Z"
"ingestion"
Show child attributes