Get all finished jobs for this project
Project ID
Start date
End date
Maximum number of results
Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
Whether to exclude jobs with a parent ID (so jobs started as part of another job)
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Active jobs
Job id, use this to refer back to the job. The web socket API also uses this ID.
External job identifier, this can be used to categorize jobs, and recover job status. E.g. set this to 'keras-192' for a Keras learning block with ID 192. When a user refreshes the page you can check whether a job is active for this ID and re-attach.
When the job was created.
When the job was started.
When the job was finished.
Whether the job finished successfully.
The IDs of users who should be notified when a job is finished.
Additional metadata associated with this job.
Job duration time in seconds from start to finished, measured by k8s job watcher.
Some job categories keep a counter on the job number, e.g. in synthetic data, so we know what the 1st, 2nd etc. job was in the UI.