Sync Chat History to SQLite
oe_collections_sync_historyFetches article list history via paginated API calls and upserts chat records, with incremental syncing that stops at the first already-known page to avoid redundancy.
Instructions
Paginate /api/article/list and upsert chats. Incremental by default (stops on the first all-known page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| pages | No | ||
| page_size | No | ||
| rate_seconds | No |