get
/v4/bucket/health/proofs
Check for stale proof ingestion filesAlways returns HTTP 200. status is STALE when any proof file is older than the staleness threshold, OK otherwise. Configure a keyword monitor to alert when STALE is present.
Responses
200Response for status 200
Schema
object
statusenumrequired
OKSTALEsuccessbooleanrequired
filesCheckednumberrequired
detailstringrunbookobject
impactstringrequired
remediationstringrequired
escalationstringExample
{
"status": "OK",
"success": false,
"filesChecked": 0,
"detail": "string",
"runbook": {
"impact": "string",
"remediation": "string",
"escalation": "string"
}
}get
https://api.merkl.xyz/v4/bucket/health/proofscurl -X GET "https://api.merkl.xyz/v4/bucket/health/proofs"