The unique identifier of the task.
an object with query parameters
Optionallevel?: numberMaximum ancestor depth to traverse breadth-first.
OptionalwithTask?: booleanWhen true, includes the full task document for each accessible vertex in the response.
Optionaloptions: ApiCallOptions
Retrieves the ancestor subgraph for a specific task, with the requested task as the root vertex. Traverses parent relationships breadth-first up to the depth specified by
level. Use this to understand all upstream dependencies of a task.