cURL
curl --request GET \ --url https://data.apartmentiq.io/apartmentiq/api/v1/bulk_api/jobs/{job_id}/results \ --header 'Authorization: Bearer <token>'
302
Download the results of a completed batch job. Returns a 302 redirect to a pre-signed S3 URL where the file can be downloaded. The pre-signed URL is valid for 7 days. Jobs must have a status of ‘succeeded’ to download results.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID of the completed batch job.
Redirect to pre-signed S3 URL for file download