@@ -1119,6 +1119,9 @@ Get a list of active jobs, or those that match the filter requirements
##### Returns
Array of [Job](#job)
##### Notes
To prevent heavy queries, only non-terminal (e.g.: ACTIVE) jobs are listed.<br/>If 'state_in' argument is requested, make sure to also provide either 'limit' or 'time_window' to get completed jobs
##### Query arguments
|Name |Type |Required|Description |
...
...
@@ -1146,6 +1149,9 @@ Get a list of active jobs, or those that match the filter requirements
##### Returns
Array of [Job](#job)
##### Notes
To prevent heavy queries, only non-terminal (e.g.: ACTIVE) jobs are listed.<br/>If 'state_in' argument is requested, make sure to also provide either 'limit' or 'time_window' to get completed jobs