---
title: "GET /api/ee/remote-sync/dirty"
method: GET
path: "/api/ee/remote-sync/dirty"
tags: ["/api/ee/remote-sync"]
---

# GET /api/ee/remote-sync/dirty

`GET /api/ee/remote-sync/dirty`

Return all models with changes that have not been pushed to the remote sync source in any
  remote-synced collection.

## Response `2XX`

Successful response

- object
  - `dirty` object[], required
    - `authority_level` string, nullable
    - `collection_id` integer, nullable
    - `created_at` unknown
    - `description` string, nullable
    - `display` string, nullable
    - `id` integer, required
    - `model` string, required
    - `name` string, nullable, required
    - `query_type` string, nullable
    - `sync_status` string, required
    - `table_id` integer, nullable
    - `table_name` string, nullable
    - `updated_at` unknown

## Other responses

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

## Changes

- **2026-03-09** `78297d193ca4` — 1 info
  - api operation id `get-api-ee-remote-sync-dirty` was added
- **2026-01-20** `bd1deee7eae2` — 2 info
  - added the optional property `dirty/items/table_id` to the response with the `2XX` status
  - added the optional property `dirty/items/table_name` to the response with the `2XX` status

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/ee/remote-sync/dirty/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)
