MCPcopy
hub / github.com/ray-project/ray / getJobList

Function getJobList

python/ray/dashboard/client/src/service/job.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7import { get } from "./requestHandlers";
8
9export const getJobList = () => {
10 return get<JobListRsp>("api/jobs/");
11};
12
13export const getJobDetail = (id: string) => {
14 return get<UnifiedJob>(`api/jobs/${id}`);

Callers 1

useJobListFunction · 0.90

Calls 1

getFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…