v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
jobs

Fetch jobs with reviews by ID

post/api/jobs/batch

Request body

$schemastring uri

A URL to the JSON Schema for this object.

job_idsinteger[] nullable required

Example request

{
  "$schema": "https://example.com/BatchJobsRequest.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

resultsobject required

Example response

{
  "$schema": "https://example.com/BatchJobsOutputBody.json"
}