Home > @cjh1/sfapi > ComputeService > getJobs
Read Jobs Get information about jobs running on NERSC compute resources.
sacct
otherwise squeue
to get the job info - **kwargs**: (optional) a list of key/value pairs (in the form of name=value
) to filter job results bySignature:
getJobs(machine: PublicHost, index?: number, limit?: number, sacct?: boolean, kwargs?: Array<string>): CancelablePromise<QueueOutput>;
Parameter | Type | Description |
---|---|---|
machine | PublicHost | |
index | number | (Optional) |
limit | number | (Optional) |
sacct | boolean | (Optional) |
kwargs | Array<string> | (Optional) |
Returns:
CancelablePromise<QueueOutput>
QueueOutput Successful Response
ApiError