Stay organized with collections
Save and categorize content based on your preferences.
This field filters out and returns jobs in the specified job state. The order of data returned is determined by the filter used, and is subject to change.
Enums
UNKNOWN
The filter isn't specified, or is unknown. This returns all jobs ordered on descending JobUuid.
ALL
Returns all running jobs first ordered on creation timestamp, then returns all terminated jobs ordered on the termination timestamp.
TERMINATED
Filters the jobs that have a terminated state, ordered on the termination timestamp. Example terminated states: JOB_STATE_STOPPED, JOB_STATE_UPDATED, JOB_STATE_DRAINED, etc.
ACTIVE
Filters the jobs that are running ordered on the creation timestamp.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-03 UTC."],[[["The job state filter returns jobs based on the selected state, with the order of data returned varying by filter."],["`UNKNOWN` returns all jobs in descending order of `JobUuid` when no filter is selected or the filter is unknown."],["`ALL` returns all running jobs first, ordered by creation timestamp, then terminated jobs ordered by termination timestamp."],["`TERMINATED` filters jobs that have reached a terminated state and orders them by the termination timestamp."],["`ACTIVE` filters jobs that are currently running and orders them by creation timestamp."]]],[]]