Skip to main content
GET
/
audit
/
v1
/
integrity
/
hashchain
/
status
Get hash chain integrity status
curl --request GET \
  --url https://api.swarmd.ai/audit/v1/integrity/hashchain/status \
  --header 'Authorization: Bearer <token>'
{
  "lastVerificationTime": "2023-11-07T05:31:56Z",
  "status": "<string>",
  "totalCheckpoints": 123,
  "totalEventsSigned": 123,
  "latestCheckpointTime": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Response

200 - */*

OK

lastVerificationTime
string<date-time>
status
string
totalCheckpoints
integer<int64>
totalEventsSigned
integer<int64>
latestCheckpointTime
string<date-time>