getInstallationGraph
Page through canonical dependency edges from an installation snapshot. Filter by edge kind, target type, or query to explore resource relationships.
Instructions
Page through canonical dependency edges extracted from an in-memory installation snapshot created by openInstallation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshotId | Yes | Snapshot handle returned by openInstallation | |
| edgeKinds | No | Optional edge kind filter | |
| targetTypes | No | Optional target resource type filter | |
| query | No | Case-insensitive filter for target name, source resource, or field path | |
| sourceQuery | No | Case-insensitive filter for source document path or source resource path | |
| limit | No | Max results per page | |
| offset | No | Skip first N results |