---
title: "Get status of CKAN dataset sync"
method: GET
path: "/workspaces/{workspace_id}/documents/dataset/sync/status"
tags: ["Workspace Documents"]
---

# Get status of CKAN dataset sync

`GET /workspaces/{workspace_id}/documents/dataset/sync/status`

## Path parameters

- `workspace_id` string, required

## Response `200`

response

- object
  - `ok` boolean
  - `data` ApiSyncStatus
    - `workspaceId` string
    - `status` string
    - `totalDatasets` integer
    - `processedDatasets` integer

---

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