List all job runs with filters
path Parameters
regionThe region you want to target
query Parameters
pagepage_sizeorder_byjob_definition_idproject_idorganization_idstateList all job runs with filters › Responses
total_countGet a job run by its unique identifier
path Parameters
regionThe region you want to target
job_run_idUUID of the job run to get.
Get a job run by its unique identifier › Responses
idUUID of the job run. (UUID format)
job_definition_idUUID of the job definition. (UUID format)
created_atCreation date of the job run. (RFC 3339 format)
updated_atLast update date of the job run. (RFC 3339 format)
started_atStart date of the job run. (RFC 3339 format)
terminated_atTermination date of the job run. (RFC 3339 format)
run_durationDuration of the job run. (in seconds)
stateState of the job run.
reasonReason for failure if the job failed.
exit_codeExit code of the job.
error_messageError message if the job failed.
cpu_limitCPU limit of the job (in mvCPU).
memory_limitMemory limit of the job (in MiB).
local_storage_capacityLocal storage capacity of the job (in MiB).
Environment variables of the job run.
startup_commandJob startup command.
argsJob arguments passed to the startup command at runtime.
attemptsNumber of retry attempts.
regionThe region you want to target
commandDeprecated, please use startup_command instead.
Stop a job run using its unique identifier
path Parameters
regionThe region you want to target
job_run_idUUID of the job run to stop.
Stop a job run using its unique identifier › Responses
idUUID of the job run. (UUID format)
job_definition_idUUID of the job definition. (UUID format)
created_atCreation date of the job run. (RFC 3339 format)
updated_atLast update date of the job run. (RFC 3339 format)
started_atStart date of the job run. (RFC 3339 format)
terminated_atTermination date of the job run. (RFC 3339 format)
run_durationDuration of the job run. (in seconds)
stateState of the job run.
reasonReason for failure if the job failed.
exit_codeExit code of the job.
error_messageError message if the job failed.
cpu_limitCPU limit of the job (in mvCPU).
memory_limitMemory limit of the job (in MiB).
local_storage_capacityLocal storage capacity of the job (in MiB).
Environment variables of the job run.
startup_commandJob startup command.
argsJob arguments passed to the startup command at runtime.
attemptsNumber of retry attempts.
regionThe region you want to target
commandDeprecated, please use startup_command instead.