get https://{host}/platform/bulkgeohaz/v1/jobs/
Returns information about the specified bulk geohaz job.
Use this operation to poll the status of BULK_GEOHAZ jobs and subtasks.
Download Geocoded Locations
The job writes the geocoded locations to a Amazon S3 bucket and returns a pre-signed URL to the results in the downloadLink property.
The output object returns
{
"jobId": "23154847",
"status": "FINISHED",
"type": "BULK_GEOHAZ",
"progress": 100,
"tasks": [
{
"taskId": 1,
"status": "FINISHED",
"output": {
"log": [
{
"downloadLink": "https://rms-tenants-ppe-eu-west-1.s3.eu-west-1.amazonaws.com/4000540/XXX&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20251113T183044Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIAQZ6F2XE5L7ZV4PTO%2F20251113%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=300&X-Amz-Signature=ae624131c97e02e8de3419f34732fd16872facb2a14f8ac3f615a1047ca044d7",
"downloadFileSize": 10,
"fileExtension": "csv",
"expirationDate": "2025-11-13T18:35:44.000Z",
"messages": []
}
]
}
}
]
}
The log returns information about the downloadable file.
| Property | Description |
|---|---|
downloadLink | Pre-signed URL for Amazon S3 bucket. |
downloadFileSize | Size of the file. |
fileExtension | File extension depends on value specified in Create Geohaz Folder request. One of CSV, BZIP2, GZIP, LZ4, SNAPPY, DEFLATE. |
expirationDate | Expiration date for file. Link expires can inaccessible after returned date. |
Entitlements
RI-RISKMODLER
BULK_GEOHAZ, geocode
