v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011528661.3 MB
Model Objects

List Dependencies

Returns the incoming and outgoing dependencies for each requested object. Objects can be specified by ID or by label key-value pairs (or both): label pairs use OR semantics so an object matching any pair is included. Results are filtered by tags and/or technologies when provided: within each filter array the semantics are OR (any match passes), and between the two filter dimensions the semantics are AND (an object must satisfy both when both are specified).

get/landscapes/{landscapeId}/versions/{versionId}/model/dependencies

Path parameters

landscapeIdstring required
versionIdstring required

Query parameters

objectLabelsobject

Key-value label pairs used to select objects. Objects matching any of the provided pairs are returned (OR semantics).

Object selection and dependency filters.

Response

OK

object required

Map of object ID to its resolved incoming and outgoing dependencies.