Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 788 Bytes

GetTasksRequest.md

File metadata and controls

14 lines (10 loc) · 788 Bytes

GetTasksRequest

Properties

Name Type Description Notes
start_index int An offset used to paginate through the Task list; indexing is 0-based
number_of_results int Maximal number of results to fetch in this call
types list[TaskType] Types of Tasks to fetch; fetch all types if omitted [optional]
results list[Result] List of results (statuses) to filter by; fetch in_progress tasks if omitted [optional]
order OrderEnum [optional]

[Back to Model list] [Back to API list] [Back to README]