jobs.browse¶
Browses the catalog of all Jobs
| Request | Response | Error |
|---|---|---|
ResourceBrowseRequest<JobIncludeFlags> |
PageV2<Job> |
CommonErrorMessage |
The catalog of all Jobs works through the normal pagination and the return value can be
adjusted through the flags. This can include filtering by a specific
application or looking at Jobs of a specific state, such as
(RUNNING)[/docs/reference/dk.sdu.cloud.app.orchestrator.api.JobState.md).