Skip to main content
GET
/
bulk_api
/
jobs
/
{job_id}
/
results
Download Batch Job Results
curl --request GET \
  --url https://data.apartmentiq.io/apartmentiq/api/v1/bulk_api/jobs/{job_id}/results \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string<uuid>
required

UUID of the completed batch job.

Response

Redirect to pre-signed S3 URL for file download