# List Dispute Evidence Retrieve a list of dispute evidence for a . For details on how to query endpoints using the available parameters, see Query Parameters. Endpoint: GET /disputes/{dispute_id}/evidence Version: 2022-02-01 Security: BasicAuth ## Path parameters: - `dispute_id` (string, required) ID of to mange evidence for. ## Query parameters: - `limit` (integer) The numbers of items to return. Example: 3 - `after_cursor` (string) Return every resource created after the cursor value. - `before_cursor` (string) Return every resource created before the cursor value. ## Response 200 fields (application/json): - `page` (object) Details the page that's returned. - `page.limit` (integer) The number of entries to return. - `page.next_cursor` (string,null) The cursor to use for the next page of results. - `_embedded` (object) List of created for a . - `_embedded.evidences` (array) objects. - `_embedded.evidences.id` (string) The ID of the resource. Example: "DFxxxxxxxxxxxxxxxxxx" - `_embedded.evidences.created_at` (string) Timestamp of when the object was created. - `_embedded.evidences.updated_at` (string) Timestamp of when the object was last updated. - `_embedded.evidences.application` (string) The ID of the resource that the was created under. Example: "APgPDQrLD52TYvqazjHJJchM" - `_embedded.evidences.dispute` (string) The ID of the associated with the evidence. - `_embedded.evidences.state` (string) Result of the evidence uploaded. - : The evidence file has not yet been submitted to the Processor. No user action is required. - : The evidence file has been successfully sent to the Processor. No further user action is required. - : The evidence file upload was not completed due to user action. - : An issue occurred. User action is required. Any of the following issues could have occurred: - There was an error in the system and the user should retry uploading their evidence file. - There is an issue with the file and the user should retry uploading a different file. - There is an issue and the user should contact Support. Enum: "PENDING", "SUCCEEDED", "CANCELED", "FAILED" - `_embedded.evidences.identity` (string) - The ID of the seller's resource. - This is the resource that was used to create the seller's . Example: "IDpYDM7J9n57q849o9E9yNrG" - `_embedded.evidences.merchant` (string) - The ID of the seller's resource. - This is the account the was filed against. Example: "MUucec6fHeaWo3VHYoSkUySM" - `_embedded.evidences.tags` (object,null) Include up to 50 pairs to annotate requests with custom metadata. - Maximum character length for individual is 40. - Maximum character length for individual is 500. (For example, , , ) - `_embedded.evidences._links` (object) For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these to make your follow-up requests and quickly access relevant IDs. - `_embedded.evidences._links.self` (object) Link to the resource that was used in the request. - `_embedded.evidences._links.self.href` (string) ## Response 401 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "UNKNOWN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.self` (object) - `_embedded.errors._links.self.href` (string) - `_embedded.errors._links.source` (object) ## Response 403 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "FORBIDDEN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 404 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "NOT_FOUND" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 406 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "NOT_FOUND" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string)