v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-05-286377631.6 MB
/api/ee/dependencies

GET /api/ee/dependencies/graph/broken

Returns the broken dependents for a specific source entity. These are entities that have validation errors traced back to the specified source.

Required parameters:

  • id: The ID of the source entity
  • type: The type of the source entity (card, table)

Optional parameters:

  • dependent-types: Dependency types to filter by. Can be single value or array.
  • dependent-card-types: Card types to filter by when dependent-types includes :card.
  • include-personal-collections: Include items in personal collections (default: false)
  • sort-column: Column to sort by - name, location, or view-count (default: name)
  • sort-direction: Sort direction - asc or desc (default: asc)
get/api/ee/dependencies/graph/broken

Query parameters

idinteger required

value must be an integer greater than zero.

type'transform' | 'table' | 'snippet' | 'dashboard' | 'sandbox' | 'measure' | 'card' | 'document' | 'segment' required
'transform' | 'table' | 'snippet' | 'dashboard' | 'sandbox' | 'measure' | 'card' | 'document' | 'segment'
OR
MetabaseEnterpriseDependenciesDependencyTypesDependencyTypes[]
'question' | 'metric' | 'model'
OR
string[]
include-personal-collectionsboolean
sort-column'name' | 'view-count' | 'location'
sort-direction'desc' | 'asc'

Response

Successful response

dataobject required
idinteger required
typestring required