---
title: "GET /api/ee/dependencies/graph/broken"
method: GET
path: "/api/ee/dependencies/graph/broken"
tags: ["/api/ee/dependencies"]
---

# GET /api/ee/dependencies/graph/broken

`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)

## Query parameters

- `id` integer, required
- `type` 'transform' | 'table' | 'snippet' | 'dashboard' | 'sandbox' | 'measure' | 'card' | 'document' | 'segment', required
- `dependent-types` union
  - 'transform' | 'table' | 'snippet' | 'dashboard' | 'sandbox' | 'measure' | 'card' | 'document' | 'segment'
  - MetabaseEnterpriseDependenciesDependencyTypesDependencyTypes[]
- `dependent-card-types` union
  - 'question' | 'metric' | 'model'
  - string[]
- `include-personal-collections` boolean
- `sort-column` 'name' | 'view-count' | 'location'
- `sort-direction` 'desc' | 'asc'

## Response `2XX`

Successful response

- MetabaseEnterpriseDependenciesApiBrokenDependentEntity[]
  - `data` object, required
  - `id` integer, required
  - `type` string, required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/revisions/08b5a2bafb4f/schema)
