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

---

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