Batches API v1Alpha
Get job log by container
Get the log of a job from a specific container.
get/api/v1alpha/batches/{batch_id}/jobs/{job_id}/log/{container}
Path parameters
batch_idnumber required
The ID of the batch.
job_idnumber required
The ID of the job.
containerstring required
The name of the container.
Query parameters
attempt_idstring
Return the log for a specific attempt. Defaults to the current or most recent attempt.
Response
Successfully retrieved the log of the job in the container.