sync_saved_posts
Resync your saved Substack posts into a local SQLite cache for offline reading and searching. Use incremental sync by default or force a full resync when needed.
Instructions
Trigger incremental or full resync of saved posts from Substack account into local SQLite cache.
Requires an active authenticated Substack session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| entity | No | post | |
| status | Yes | ||
| sync_mode | No | incremental | |
| started_at | Yes | ||
| completed_at | No | ||
| error_message | No | ||
| fetched_count | No | ||
| upserted_count | No | ||
| reconciled_count | No |