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.
level
The unique identifier of the task.
an object with query parameters
Optional
Maximum ancestor depth to traverse breadth-first.
GetTaskGraphsAncestors_FIX_THIS_QUIRKY_NAMEHttpError
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.