Create Batch Job
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.
Authorizations
Enter a Bearer token obtained via the OAuth client credentials flow or from the Access Tokens tab in your account settings.
Body
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"
Response
Job created successfully
floorplans, property, units csv, jsonl, parquet submitted, cancelled, failed, succeeded