Submit a new batch job request to retrieve historical property data. The job will process asynchronously and return results in the specified format (CSV, JSONL, or Parquet). Use the job_id from the response to check job status and download results when complete.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Type of report to generate.
floorplans, property, units Format for the output file.
csv, jsonl, parquet Start date for bulk data export (YYYY-MM-DD).
"2025-12-01"
End date for bulk data export (YYYY-MM-DD).
"2025-12-31"
Array of property IDs to include in the report.
[99001416, 99001470]Optional webhook URL to notify when the job completes.
"https://example.com/webhook"
Job created successfully
floorplans, property, units csv, jsonl, parquet submitted, cancelled, failed, succeeded