/api/ee/dependencies
GET /api/ee/dependencies/graph/breaking
Returns a list of entities that are breaking other entities (sources of errors). These are tables or cards that other entities depend on, where those dependents have validation errors traced back to this source entity.
Accepts optional parameters for filtering:
- types: List of source entity types - only :card or :table (default: both)
- card-types: List of card types to include when filtering cards (e.g., [:question :model :metric])
- query: Search string to filter by name or location
- archived: Controls whether archived entities are included
- include-personal-collections: Controls whether items in personal collections are included (default: false)
- sort-column: Sort column - :name, :location, :dependents-errors, or :dependents-with-errors (default: :name)
- sort-direction: Sort direction - :asc or :desc (default: :asc)
- offset: Default 0
- limit: Default 50
Returns a map with:
- data: List of breaking source entities
- total: Total count of matched items
- offset: Applied offset
- limit: Applied limit
get/api/ee/dependencies/graph/breaking
Query parameters
querystring
archivedboolean
include-personal-collectionsboolean
sort-column'dependents-with-errors' | 'dependents-errors' | 'name' | 'location'
sort-direction'desc' | 'asc'
Response
Successful response