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/v1/sources/{source_id}/sync-status

Path parameters

source_idstring uuid required

Response

Successful Response

source_connection_idstring required
nango_statusstring nullable required
finished_atstring nullable required
next_scheduled_sync_atstring nullable required
record_countinteger nullable required
last_sync_resultobject nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.