---
title: "Pull folder changes"
method: GET
path: "/planner/folders/pull"
tags: ["Planner Sync"]
---

# Pull folder changes

`GET /planner/folders/pull`

Retrieve folder changes for synchronization

## Query parameters

- `id` string, required
- `serverTimestamp` string, required
- `batchSize` integer

## Response `200`

Folder changes

- PullResponse
  - `checkpoint` object, nullable
  - `documents` SyncDocument[]
    - `id` string
    - `_deleted` boolean

---

[API](https://skmtc.net/nthumodifications/apis/nthu-mods-api.md) · [All operations](https://skmtc.net/nthumodifications/apis/nthu-mods-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nthumodifications/nthu-mods-api/versions/414e7e5c2028/schema)
