Get Connection Sync Status
sources
Get Connection Sync Status
Get the Nango sync status for a source connection.
Returns the current sync status from Nango including:
- nango_status: RUNNING, SUCCESS, ERROR, PAUSED, or STOPPED
- finished_at: When the sync last completed
- next_scheduled_sync_at: When the next sync is scheduled
- record_count: Number of records in Nango
- last_sync_result: Latest sync result with added/updated/deleted counts
GET
Get Connection Sync Status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.