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
v2.15.1 Adding limit_response to get_tasks method (#80)
* v2.15.1 Adding limit_response
* v2.15.1 Adding limit_response
* Adding comments and information on Readme
* Adding comments and information on Readme
* Fixing lint line too long
* nit comment changes
---------
Co-authored-by: Fatih Kurtoglu <fatih.kurtoglu@scale.com>
Copy file name to clipboardExpand all lines: README.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -171,12 +171,14 @@ Accessing ``task.params`` child objects directly at task level is **deprecated**
171
171
task.params["geometries"] # task.geometries is DEPRECATED
172
172
task.params["attachment"] # task.attachment is DEPRECATED
173
173
174
+
If you use the ``limited_response = True`` filter in ``get_tasks()``, you will only receive the following attributes: ``task_id``, ``status``, ``metadata``, ``project`` and ``otherVersion``.
175
+
174
176
Retrieve List of Tasks
175
177
^^^^^^^^^^^^^^^^^^^^^^
176
178
177
179
Retrieve a list of `Task` objects, with filters for: ``project_name``, ``batch_name``, ``type``, ``status``,
0 commit comments