v12

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

GET /api/ee/dependencies/graph/dependents

Returns a list of dependents for the specified entity.

Required parameters:

  • id: The ID of the entity
  • type: The type of the entity (card, table, dashboard, etc.)

Optional parameters:

  • dependent-types: Dependency types to filter by. Can be single value or array. If not provided, returns all types. Example: ?dependent-types=card&dependent-types=dashboard
  • dependent-card-types: Card types to filter by when dependent-types includes :card. Ignored if dependent-types doesn't include :card. Example: ?dependent-card-types=question&dependent-card-types=model
  • archived: Include entities in archived collections (default: false)
  • broken: Return only broken entities (default: false)
  • query: Search string to filter results by name or location (case-insensitive)
  • 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/dependents

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[]
archivedboolean
brokenboolean
querystring
include-personal-collectionsboolean
sort-column'name' | 'view-count' | 'location'
sort-direction'desc' | 'asc'

Response

Successful response