---
title: "Check status of a batch job"
method: GET
path: "/batch/{job_uuid}/status"
tags: ["Batch Operations"]
---

# Check status of a batch job

`GET /batch/{job_uuid}/status`

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

## Path parameters

- `job_uuid` string, uuid, required

## Response `200`

Job status

- BatchJobStatus
  - `job` object
    - `job_type` 'points'
    - `job_uuid` string, uuid
    - `status` 'queued' | 'running' | 'ready' | 'downloaded' | 'removed' | 'failed'
    - `updated_at` string, date-time
    - `percent_complete` number, float
    - `processed_count` integer
    - `failed_count` integer
    - `time_remaining` integer

## Other responses

- `401` — Unauthorized. Invalid API token.
- `404` — Job not found

---

[API](https://skmtc.net/regrid/apis/regrid-openapi-specification.md) · [All operations](https://skmtc.net/regrid/apis/regrid-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/regrid/regrid-openapi-specification/versions/e4abb9a7fcfe/schema)
