SyncState
/api/v1/integrations/sync-stateSync status and last-refresh timestamps for a data source.
listgetcreateupdateSchema
| Field | Type | Notes |
|---|---|---|
| id | uuid | |
| data_source_id | uuid | FK → IntegrationDataSource |
| status | enum | idle | syncing | success | failed |
| last_refresh | date-time | |
| records_synced | integer | |
| error_message | string |
API
client.integrations.syncState.*Loading manifest…