v1

latestOpenAPI 3.0.02026-07-26432882.9 KB
Batch Operations

Check status of a batch job

Check current status of running jobs, when status is "ready" the job can be downloaded using the download endpoint.

get/batch/{job_uuid}/status

Path parameters

job_uuidstring uuid required

The UUID returned by the initial batch call and available in the status list endpoint

Response

Job status

Example response

{
  "job": {
    "job_type": "points",
    "job_uuid": "939ed5d2-ec3b-479a-9dc6-a06360f97f70",
    "status": "ready",
    "updated_at": "2025-02-28T10:00:27.102-05:00",
    "percent_complete": 100,
    "processed_count": 9
  }
}