You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -1119,6 +1119,9 @@ Get a list of active jobs, or those that match the filter requirements
1119
1119
##### Returns
1120
1120
Array of [Job](#job)
1121
1121
1122
+
##### Notes
1123
+
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
1124
+
1122
1125
##### Query arguments
1123
1126
1124
1127
|Name |Type |Required|Description |
@@ -1146,6 +1149,9 @@ Get a list of active jobs, or those that match the filter requirements
1146
1149
##### Returns
1147
1150
Array of [Job](#job)
1148
1151
1152
+
##### Notes
1153
+
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
0 commit comments