---
title: "GET /api/ee/embedding-hub/checklist"
method: GET
path: "/api/ee/embedding-hub/checklist"
tags: ["/api/ee/embedding-hub"]
---

# GET /api/ee/embedding-hub/checklist

`GET /api/ee/embedding-hub/checklist`

Get the embedding hub checklist status, indicating which setup steps have been completed.

## Response `2XX`

Successful response

- object
  - `checklist` object, required
    - `add-data` boolean, required
    - `configure-row-column-security` boolean, required
    - `create-dashboard` boolean, required
    - `create-models` boolean, required
    - `create-tenants` boolean, required
    - `create-test-embed` boolean, required
    - `data-permissions-and-enable-tenants` boolean, required
    - `embed-production` boolean, required
    - `enable-tenants` boolean, required
    - `move-dashboard-to-shared` boolean, required
    - `setup-data-segregation-strategy` boolean, required
    - `sso-auth-manual-tested` boolean, required
    - `sso-configured` boolean, required
  - `data-isolation-strategy` 'row-column-level-security' | 'connection-impersonation' | 'database-routing', nullable, required

## Other responses

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

## Changes

- **2026-05-22** `b1dc4ea67567` — 1 info
  - added the required property `checklist/move-dashboard-to-shared` to the response with the `2XX` status
- **2026-03-09** `78297d193ca4` — 2 info
  - api operation id `get-api-ee-embedding-hub-checklist` was added
  - added the media type `application/json` for the response with the status `2XX`

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/ee/embedding-hub/checklist/get.md)

---

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