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

# Download Contract PDF

> Download a contract in PDF format

### Path Parameters

<ParamField path="contract_id" type="integer" required>
  The ID of the contract to download
</ParamField>

### Headers

<ParamField header="Accept" type="string" required>
  Must be "application/json"
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl --request GET \
    --url /tenant/v1/contracts/download-pdf/7 \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer {access_token}'
  ```
</RequestExample>
