Get all children for the current run selected by specified filters.
get_child_runs(
parent_run,
recursive = FALSE,
tags = NULL,
properties = NULL,
type = NULL,
status = NULL
)
The parent Run
object.
Boolean indicating whether to recurse through all descendants.
If specified, returns runs matching specified "tag" or list(tag = value).
If specified, returns runs matching specified "property" or list(property = value).
If specified, returns runs matching this type.
If specified, returns runs with status specified "status".
A list of child runs, Run
objects.