---
title: "List all batch jobs"
method: GET
path: "/batch/jobs"
tags: ["Batch Operations"]
---

# List all batch jobs

`GET /batch/jobs`

Check current status of all running jobs. Note order is by most recently updated. All jobs attached to your token are listed here. Removed jobs won't be listed unless return_all=true.

## Query parameters

- `return_all` boolean

## Response `200`

List of jobs

- BatchJobsList
  - `jobs` 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.

---

[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)
