---
title: "Get file download links"
method: GET
path: "/bulk-property-data/files"
tags: ["Bulk Property Data API"]
---

# Get file download links

`GET /bulk-property-data/files`

Get a list of download links for all bulk property data files available for the current month.   

## Response

<table><tr><th>Field</th><th>Type</th><th>Description</th><th>Example</th></tr>
<tr><td>AZ</td><td>string</td><td>Presigned download URL for the Arizona bulk property data CSV (gzip-compressed). The token in the URL is time-limited.</td><td>https://download-links.housecanary.com/dl/<token>/2026_04_21/AZ/AZ_04_data000.csv.gz</td>
        </tr>
<tr><td>CA</td><td>string</td><td>Presigned download URL for the California bulk property data CSV (gzip-compressed). The token in the URL is time-limited.</td><td>https://download-links.housecanary.com/dl/<token>/2026_04_21/CA/CA_06_data000.csv.gz</td>
        </tr>
</table>

## Response `200`

Success

- object — An object keyed by a two-letter state abbreviation. Each value is a presigned download URL for that state's bulk property data file. URLs follow the format: `https://download-links.housecanary.com/dl/<token>/<YYYY_MM_DD>/<STATE>/<STATE>_<fips>_data000.csv.gz`. The `<token>` is unique per request and expires after a short period.
  - `AZ` string — Presigned download URL for the Arizona bulk property data CSV (gzip-compressed). The token in the URL is time-limited.
  - `CA` string — Presigned download URL for the California bulk property data CSV (gzip-compressed). The token in the URL is time-limited.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/housecanary/apis/housecanary-analytics-and-portfolio-monitoring-apis.md) · [All operations](https://skmtc.net/housecanary/apis/housecanary-analytics-and-portfolio-monitoring-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/housecanary/housecanary-analytics-and-portfolio-monitoring-apis/revisions/38afb6724de7/schema)
