> ## 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.

# List Contracts

> Get a list of all contracts

### Headers

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

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