an object with query parameters
OptionalappId?: stringThe case sensitive string used to search for a task by app ID.
Optionallimit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optionalpartial?: booleanThe boolean value used to search for a task is partial or not
Optionalprev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optionaloptions: ApiCallOptions
Finds and returns the tasks that the user has access to.