---
title: "Get Helix Batch Job Status"
method: GET
path: "/v2/batch/jobs/{job_id}"
tags: ["Batch"]
---

# Get Helix Batch Job Status

`GET /v2/batch/jobs/{job_id}`

Returns status of Helix batch job.

## Path parameters

- `job_id` string, required

## Response `200`

OK

- BatchJobStatusResponse — Response returned when querying batch job status.
  - `completed_at` string — ISO 8601 timestamp when job completed (only in final response)
  - `created_at` string, required — ISO 8601 timestamp when job was created
  - `error_message` string — Error message if the job failed at the job level
  - `failed_items` integer — Number of items that failed
  - `failure_file_url` string — Pre-signed S3 URL to download failure details (if any failures)
  - `job_id` string, required — Unique identifier for the batch job
  - `processed_items` integer — Number of items processed so far
  - `status` string, required — Current status: pending, processing, completed, or failed
  - `successful_items` integer — Number of items successfully processed (only in final response)
  - `total_items` integer, required — Total number of items in the batch
  - `updated_at` string — ISO 8601 timestamp of last progress update

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
