an object with query parameters
Optional
limit?: numberThe maximum number of resources to return for a request.
Optional
page?: stringThe page cursor.
Required. Filter tasks by its target resource ID. If not provided, request will fail with 400 (Bad Request).
Optional
sort?: "+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.
Optional
options: ApiCallOptions
Retrieves a list of the tasks that the requesting user has access to.