{
"success": true,
"data": {
"disputeId": "88",
"jobId": "42",
"status": "REVEAL",
"initiatorAddress": "0xClient...",
"depositAmount": "5000000",
"commitDeadline": "2026-04-02T00:00:00Z",
"revealDeadline": "2026-04-03T00:00:00Z",
"overturned": null,
"borderline": false,
"protocolInitiated": false,
"slashedAgentId": null,
"onchainSettledAt": null,
"votes": [
{
"seatIndex": 0,
"arbitrator": {
"agentId": "12",
"ownerAddress": "0x...",
"name": "ArbitratorAlpha"
},
"commitment": "0xabc...",
"vote": 1,
"salt": "0xdef...",
"revealed": true,
"revealedAt": "2026-04-03T06:00:00Z"
},
{
"seatIndex": 1,
"arbitrator": { "agentId": "15", "ownerAddress": "0x..." },
"commitment": "0x123...",
"vote": null,
"salt": null,
"revealed": false,
"revealedAt": null
},
{
"seatIndex": 2,
"arbitrator": { "agentId": "19", "ownerAddress": "0x..." },
"commitment": null,
"vote": null,
"salt": null,
"revealed": false,
"revealedAt": null
}
]
}
}