Skip to main content
GET
Get HPC Jobs for a project

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

projectId
string
required

Id of project to retrieve HPC Jobs for

offset
integer

Number of HPC Jobs from the start to skip. Defaults to 0.

limit
integer

Total number of HPC Jobs to retrieve. Defaults to 50.

sortBy
enum<string>

Field to sort HPC Jobs by. Defaults to "number".

Available options:
number,
title,
command,
startedTime,
duration,
status,
user,
commentCount
ascending
boolean

Whether to sort ascending or descending. Defaults to false.

statusFilter
enum<string>

Case-insensitive status of HPC Jobs to fetch. Defaults to "all".

Available options:
all,
Submitted,
Running,
Completed,
Failed,
Cancelled,
TimedOut

Response

Success

jobs
object[]
required
pagination
object
required
totalCount
integer
required

Total number of HPC Jobs matching the query.

Example:

1