an object with query parameters
Optionallimit?: numberThe maximum number of resources to return for a request.
Optionalpage?: stringThe page cursor.
Required. Filter tasks by its target resource ID. If not provided, request will fail with 400 (Bad Request).
Optionalsort?: "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt"The property of a resource to sort on (default sort is -updatedAt). A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optionaloptions: ApiCallOptions
Retrieves a list of the tasks that the requesting user has access to.