v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-05-286377631.6 MB
/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

'transform' | 'table' | 'snippet' | 'dashboard' | 'sandbox' | 'measure' | 'card' | 'document' | 'segment'
OR
MetabaseEnterpriseDependenciesDependencyTypesDependencyTypes[]
'question' | 'metric' | 'model'
OR
string[]
querystring
archivedboolean
include-personal-collectionsboolean
sort-column'dependents-with-errors' | 'dependents-errors' | 'name' | 'location'
sort-direction'desc' | 'asc'

Response

Successful response

limitinteger required

value must be an integer greater than zero.

offsetinteger required
totalinteger required