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

---

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