get_dependents
Identify the direct downstream nodes that depend on a given node, answering which items use it for impact analysis.
Instructions
Direct downstream nodes for a given node. Answers 'what uses this?'.
Returns the immediate successors only. For full downstream impact, use what_breaks_if(slug), which returns every transitively-affected node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||