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"
}

Changes

Changed in 5 of the 23 revisions of this API.49

    • added the optional property results/additionalProperties/review/structured_output to the response with the 200 status

      response-optional-property-added

    • added the optional property results/additionalProperties/job/experiments to the response with the 200 status

      response-optional-property-added

    • added the optional property results/additionalProperties/job/resume_source_job_uuid to the response with the 200 status

      response-optional-property-added

    • added the optional property results/additionalProperties/review/job/experiments to the response with the 200 status

      response-optional-property-added

    • added the optional property results/additionalProperties/review/job/resume_source_job_uuid to the response with the 200 status

      response-optional-property-added

    • added the optional property results/additionalProperties/job/panel_summary/first_started_at to the response with the 200 status

      response-optional-property-added

    • added the optional property results/additionalProperties/review/job/panel_summary/first_started_at to the response with the 200 status

      response-optional-property-added

    • added the optional property results/additionalProperties/job/panel_summary/members_with_cost to the response with the 200 status

      response-optional-property-added

    • added the optional property results/additionalProperties/review/job/panel_summary/members_with_cost to the response with the 200 status

      response-optional-property-added

    • removed the optional property results/additionalProperties/job/panel_summary/first_started_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/additionalProperties/job/panel_summary/members_with_cost from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/additionalProperties/review/job/panel_summary/first_started_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property results/additionalProperties/review/job/panel_summary/members_with_cost from the response with the 200 status

      response-optional-property-removed

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog