# Gets the contents of a proof.

GET /{proofId}/contents

#### Description

Retrieves the content of a proof item as a downloadable file, providing access to the original evidence data.

Endpoint: GET /{proofId}/contents
Version: 1.0
Security: oauth2

## Path parameters:

  - `proofId` (string, required)
    Unique ID of the proof

## Query parameters:

  - `version` (number)
    The proof version to retrieve.


