List dispute evidence
Lists evidence currently attached to a dispute, fetched from the engine (`GET /v1/disputes/:id/evidence`).
NMI-sourced chargebacks (ADR-014, ids prefixed `nmi:`) are synthetic disputes with no Hyperswitch dispute object, so the router has no evidence list for them; this endpoint returns an empty `evidence` array for such ids. Evidence for NMI chargebacks is produced via the AI composer (`POST .../evidence/draft`), not the Hyperswitch evidence API.
Authentication
x-api-keystring
A scoped MvsPayApiKey, e.g. mvspay_live_…. Mint and scope keys from the dashboard (Settings → API Keys).
Path parameters
id
The dispute id (or nmi:<caseId> for an NMI chargeback).
Response
The evidence currently attached to the dispute.
evidence
Evidence items as returned by the engine. Empty for NMI chargebacks.
Errors
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
502
Bad Gateway Error