The unique identifier of the task.
an object with query parameters
Optionallevel?: numberMaximum descendant depth to traverse breadth-first.
OptionalwithTask?: booleanWhen true, includes the full task document for each accessible vertex in the response.
Optionaloptions: ApiCallOptions
Retrieves the descendant subgraph for a specific task, with the requested task as the root vertex. Traverses child relationships breadth-first down to the depth specified by
level. Use this to identify all downstream tasks that will be triggered when this task completes.