Query tasks
Query for tasks by a specified search criteria.
Request
This endpoint expects an object.
pageToken
If set, returns results starting from the given pageToken.
parentTaskId
If present matches Tasks with this parent Task ID. Note: this is mutually exclusive with all other query parameters, i.e., either provide parent Task ID, or any of the remaining parameters, but not both.
statusFilter
updateTimeRange
If provided, only provides Tasks updated within the time range.
Response
Task query was successful
tasks
nextPageToken
Incomplete results can be detected by a non-empty nextPageToken field in the query results. In order to retrieve the next page, perform the exact same request as previously and append a pageToken field with the value of nextPageToken from the previous page. A new nextPageToken is provided on the following pages until all the results are retrieved.