Get Task Graph Neighbors
Return immediate dependency neighbours for a single task.
Powers the dashboard Deps tab: upstream tasks the requested one waits on (its depends_on list) and downstream tasks that declare it as a dependency. Depth is intentionally fixed at 1 - the panel renders two flat lists, not a transitive graph.
get/tasks/{task_id}/graph-neighbors
Path parameters
task_idstring required
Response
Successful Response
object required
Changes
Changed in 1 of the 15 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○