JobStatus
JobRun
Unique identifier for this specific job execution.
Identifier for the job definition that was executed.
The type of job that was executed (e.g.,
CRAWL_METADATA
for connection refresh operations).Identifier of the user who initiated the job execution.
The current status of the job execution. See JobRunStatus.
ISO 8601 timestamp when the job execution started.
ISO 8601 timestamp when the job execution completed (successfully or with failure).
Human-readable summary of the job execution result.
Brief error message if the job failed, null if successful.
ISO 8601 timestamp when the job execution record was created.
JobRunStatus
The status of a job execution. This parameter can have one of the following values:Status | Description |
---|---|
JOB_RUN_STATUS_UNKNOWN | Status is unknown or not set |
JOB_RUN_STATUS_QUEUED | Job is queued and waiting to be executed |
JOB_RUN_STATUS_RUNNING | Job is currently executing |
JOB_RUN_STATUS_SUCCESS | Job completed successfully |
JOB_RUN_STATUS_FAILED | Job failed with errors |
JOB_RUN_STATUS_SKIPPED | Job was skipped |