The unique identifier of the task.
an object with query parameters
Optionallevel?: numberMaximum ancestor and 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 combined ancestor-and-descendant subgraph for a specific task, with the requested task as the root vertex. Traverses both parent and child relationships breadth-first up to the depth specified by
level. Use this to see the full dependency context for a task in one request.