---
title: "POST /api/ee/remote-sync/import"
method: POST
path: "/api/ee/remote-sync/import"
tags: ["/api/ee/remote-sync"]
---

# POST /api/ee/remote-sync/import

`POST /api/ee/remote-sync/import`

Import Metabase content from configured Remote Sync source.

  This endpoint will:
  - Fetch the latest changes from the configured source
  - Load the updated content using the serialization/deserialization system

  If `force=false` (default) and there are unsaved changes in the Remote Sync collection,
  the import returns a 400 response.

  Requires superuser permissions.

## Request body

- object
  - `branch` string
  - `force` boolean

## Response `2XX`

Successful response

- object
  - `message` string, nullable
  - `status` 'success', required
  - `task_id` integer, 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)
