JobExecution Document (Data API 17.6)

Property Type Constraints Description
client_id String   When the execution was started by a client, this represents the client's id.
duration Long   Time in milliseconds, the job needed to be finished.
end_time DateTime   Timestamp, when execution was finished.
execution_scopes [String]   Sorted set of all execution scopes, used by individual steps.
execution_status Enum {pending, running, finished}   Current execution status. If the execution is running 'running' is returned. If the execution is pending 'pending' is returned. If the execution is finished 'finished' is returned.
exit_status Status   The exit status of the execution, if already finished.
id String   ID of the execution object.
is_log_file_existing Boolean   True if the log file exists, otherwise false.
is_restart Boolean   True if this execution represents a job restart.
job_description String   Description of the job, this execution belongs to.
job_id String   ID of the job, this execution belongs to.
log_file_name String   Name of the log file, containing execution log.
modification_time DateTime   Timestamp of the last modification time for the execution.
parameters [JobExecutionParameter]   List of all job execution parameters.
start_time DateTime   Timestamp, when execution was started.
status String   Current status. If the execution is running 'running' is returned. If the execution is pending 'pending' is returned. If the execution is finished the exit status code of the execution is returned.
step_executions [JobStepExecution]   List of all steps, called for job execution.
user_login String   When the execution was started by a registered user, this represents the user's login.
X OCAPI versions 15.x and 16.x will be retired on March 31, 2021. For dates and more information, see the OCAPI versioning and deprecation policy and this Knowledge Article.