Filter tasks by its target resource ID
an object with query parameters
Optional
limit?: numberThe maximum number of task runs to return for a request.
Optional
page?: stringThe page cursor.
Optional
sort?: The property of a resource to sort on (default sort is -startedAt). A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optional
options: ApiCallOptions
Returns a list of task runs for a specified
resourceId
.