See also the Dispute response object.
If you want to look up a single dispute using its ID, use the find method.
Node.js
gateway.dispute.find("a_dispute_id").then(dispute => { });
If the dispute can't be found, it will return a notFoundError
.