---
title: "Get Connection Sync Status"
method: GET
path: "/v1/sources/{source_id}/sync-status"
tags: ["sources"]
---

# Get Connection Sync Status

`GET /v1/sources/{source_id}/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

## Path parameters

- `source_id` string, uuid, required

## Response `200`

Successful Response

- NangoSyncStatusResponse
  - `source_connection_id` string, required
  - `nango_status` string, nullable, required
  - `finished_at` string, nullable, required
  - `next_scheduled_sync_at` string, nullable, required
  - `record_count` integer, nullable, required
  - `last_sync_result` object, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
