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