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.
Parameters
id: string
The unique identifier of the task.
query: {level?:number;withTask?:boolean}
an object with query parameters
Optionallevel?: number
Maximum ancestor and descendant depth to traverse breadth-first.
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.