v1

latestOpenAPI 3.1.0MIT Licence2026-07-17613573.4 KB
Batches API v1Alpha

Get job log

Get the log of a job by ID.

get/api/v1alpha/batches/{batch_id}/jobs/{job_id}/log

Path parameters

batch_idnumber required

The ID of the batch.

job_idnumber required

The ID of the job.

Response

Successfully retrieved the log of the job.

mainstring nullable

Log output from the main container

inputstring nullable

Log output from the input container

setupstring nullable

Log output from the setup container

outputstring nullable

Log output from the output container