v1
latestOpenAPI 3.1.02026-07-178614.4 KBList Jobs
List all submitted jobs in the cluster and their details.
Response
The details of the jobs.
An enumeration for describing the different job types.
The entrypoint command for this job.
The job id. An id that is created for every job that is launched in Ray. This id can be used to fetch data about jobs using Ray core APIs.
A submission id is an id created for every submission job. This id can be used to fetch data about jobs using the job submission APIs.
An enumeration for describing the status of a job.
A message describing the status in more detail.
Internal error, user script error
The time when the job was started. A Unix timestamp in ms.
The time when the job moved into a terminal state. A Unix timestamp in ms.
Arbitrary user-provided metadata for the job.
The runtime environment for the job.
Driver agent http address.
Driver node id.