jobs.browse
¶
Browses the catalog of all Jobs
Request | Response | Error |
---|---|---|
ResourceBrowseRequest<JobIncludeFlags> |
PageV2<Job> |
CommonErrorMessage |
The catalog of all Job
s 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 Job
s of a specific state, such as
(RUNNING
)[/docs/reference/dk.sdu.cloud.app.orchestrator.api.JobState.md).