The unique identifier of the task.
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 execution runs for the specified task, ordered by most recent run by default. Each run record includes the start and end time, status, and the identity that triggered it.