The unique identifier of the resource to retrieve task runs for.
an object with query parameters
Optionallimit?: numberMaximum number of task runs to return per page.
Optionalpage?: stringCursor token for fetching the next page of results.
Optionalsort?: Field and direction to sort results by. Prefix the field name with + for ascending or - for descending order. Defaults to -startedAt.
Optionaloptions: ApiCallOptions
Retrieves a paginated list of task runs for a given resource, identified by
id. Returns run history across all tasks associated with that resource, ordered by the most recent run by default.