---
title: "Fetch jobs with reviews by ID"
method: POST
path: "/api/jobs/batch"
tags: ["jobs"]
---

# Fetch jobs with reviews by ID

`POST /api/jobs/batch`

## Request body

- BatchJobsRequest
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `job_ids` integer[], nullable, required

## Response `200`

OK

- BatchJobsOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `results` object, required

## Other responses

- `default` — Error

## Changes

- **2026-08-27** `0dfdca81e88d` — 1 info
  - added the optional property `results/additionalProperties/review/structured_output` to the response with the `200` status
- **2026-08-26** `9fc133457d16` — 4 info
  - added the optional property `results/additionalProperties/job/experiments` to the response with the `200` status
  - added the optional property `results/additionalProperties/job/resume_source_job_uuid` to the response with the `200` status
  - added the optional property `results/additionalProperties/review/job/experiments` to the response with the `200` status
  - added the optional property `results/additionalProperties/review/job/resume_source_job_uuid` to the response with the `200` status
- **2026-07-04** `87786c43889b` — 2 info
  - added the optional property `results/additionalProperties/job/panel_summary/first_started_at` to the response with the `200` status
  - added the optional property `results/additionalProperties/review/job/panel_summary/first_started_at` to the response with the `200` status
- **2026-06-22** `337af3141292` — 2 info
  - added the optional property `results/additionalProperties/job/panel_summary/members_with_cost` to the response with the `200` status
  - added the optional property `results/additionalProperties/review/job/panel_summary/members_with_cost` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/kenn-io/apis/roborev/changes/api/jobs/batch/post.md)

---

[API](https://skmtc.dev/kenn-io/apis/roborev.md) · [All operations](https://skmtc.dev/kenn-io/apis/roborev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kenn-io/roborev/revisions/053ef30fdc6a/schema)
