core.get_jobs ============= Updates on job changes. .. raw:: html
ID of the job that was added.
Complete job information for the newly added job.
No Additional PropertiesUnique identifier for this job.
Array of message IDs associated with this job.
No Additional ItemsName of the method/service being executed by this job.
Array of arguments passed to the job method.
No Additional ItemsWhether this is a temporary job that will be automatically cleaned up.
Human-readable description of what this job does. null if not provided.
Whether this job can be cancelled/aborted.
File system path to detailed job logs. null if no logs available.
Brief excerpt from job logs for quick preview. null if no logs available.
Current progress information for the job.
No Additional PropertiesCompletion percentage of the job. null if not available.
Human-readable description of the current progress. null if not available.
Additional progress information specific to the job type.
The result data returned by the job upon successful completion.
Encoding error information if result serialization failed.
Error message if the job failed. null if no error occurred.
Exception details if the job encountered an exception. null if no exception occurred.
Detailed exception information. null if no exception occurred.
String representation of the exception. null if no exception occurred.
Exception type name. null if no exception occurred.
System error number if applicable. null otherwise.
Additional exception information.
Current execution state of the job.
"WAITING"
    "RUNNING"
    "SUCCESS"
    "FAILED"
    "ABORTED"
    Timestamp when the job started execution. null if not yet started.
Timestamp when the job completed execution. null if still running or not started.
Authentication credentials used for this job. null if no authentication required.
Authentication type used for the job.
Authentication data and credentials for the job.
ID of the job that was updated.
Updated job information with changes.
No Additional PropertiesUnique identifier for this job.
Array of message IDs associated with this job.
No Additional ItemsName of the method/service being executed by this job.
Array of arguments passed to the job method.
No Additional ItemsWhether this is a temporary job that will be automatically cleaned up.
Human-readable description of what this job does. null if not provided.
Whether this job can be cancelled/aborted.
File system path to detailed job logs. null if no logs available.
Brief excerpt from job logs for quick preview. null if no logs available.
Current progress information for the job.
No Additional PropertiesCompletion percentage of the job. null if not available.
Human-readable description of the current progress. null if not available.
Additional progress information specific to the job type.
The result data returned by the job upon successful completion.
Encoding error information if result serialization failed.
Error message if the job failed. null if no error occurred.
Exception details if the job encountered an exception. null if no exception occurred.
Detailed exception information. null if no exception occurred.
String representation of the exception. null if no exception occurred.
Exception type name. null if no exception occurred.
System error number if applicable. null otherwise.
Additional exception information.
Current execution state of the job.
"WAITING"
    "RUNNING"
    "SUCCESS"
    "FAILED"
    "ABORTED"
    Timestamp when the job started execution. null if not yet started.
Timestamp when the job completed execution. null if still running or not started.
Authentication credentials used for this job. null if no authentication required.
Authentication type used for the job.
Authentication data and credentials for the job.