> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Compliance evidence bundle for one document and its related order chain.

> Evidence bundle for the document and its order chain

### Path parameters

<ParamField path="id" type="string" required>
  Document ID
</ParamField>

### Response

No response body. Evidence bundle for the document and its order chain.

### Status codes

| Code  | Meaning                                              |
| ----- | ---------------------------------------------------- |
| `200` | Evidence bundle for the document and its order chain |
| `404` | Unknown document                                     |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/v1/documents/{id}/evidence' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
