/api/ee/dependencies
GET /api/ee/dependencies/graph/dependents
This endpoint takes an :id, :type, :dependent_type, and an optional :dependent_card_type, and returns a list of all that entity's dependents with :dependent_type. If the :dependent_type is :card, the dependents are further filtered by :dependent_card_type.
Optional :archived parameter controls whether entities in archived collections are included:
- false (default): Excludes entities in archived collections
- true: Includes entities in archived collections
get/api/ee/dependencies/graph/dependents
Query parameters
idinteger required
value must be an integer greater than zero.
type'transform' | 'table' | 'snippet' | 'dashboard' | 'sandbox' | 'measure' | 'card' | 'document' | 'segment' required
dependent_type'transform' | 'table' | 'snippet' | 'dashboard' | 'sandbox' | 'measure' | 'card' | 'document' | 'segment' required
dependent_card_type'question' | 'metric' | 'model'
archivedboolean
Response
Successful response