/api/ee/workspace
GET /api/ee/workspace/{ws-id}/problem
Detect problems in the workspace that would affect downstream transforms after merge.
Returns a list of problems, each with:
- category: the problem category (e.g. 'unused', 'internal-downstream', 'external-downstream')
- problem: the specific problem (e.g. 'not-run', 'stale', 'removed-field')
- severity: :error, :warning, or :info
- block-merge: whether this problem prevents merging
- data: extra information, shape depends on the problem type
See metabase-enterprise.workspaces.types/problem-types for the full list.
get/api/ee/workspace/{ws-id}/problem
Path parameters
ws-idinteger required
value must be an integer greater than zero.
Response
Successful response