Cache & Sync
Cache & Sync
Async refresh, backfill, and job-status routes that populate the local cache. Refresh routes return 202 — poll the matching `/refresh/status` route or listen on `GET /events/stream`.
Async refresh, backfill, and job-status routes that populate the local cache. Refresh routes return 202 — poll the matching /refresh/status route or listen on GET /events/stream.
| Method | Endpoint | Path |
|---|---|---|
POST | Backfill historical data (async) | /accounts/{of_user_id}/backfill |
POST | Clear a stuck refresh job | /accounts/{of_user_id}/refresh/{kind}/clear |
GET | List active refresh jobs | /refresh/active |