GET
/
sync
/
status
curl --request GET \
  --url https://api.nango.dev/sync/status
{
  "syncs": [
    {
      "id": "<string>",
      "name": "<string>",
      "status": "RUNNING",
      "type": "INCREMENTAL",
      "finishedAt": "<string>",
      "nextScheduledSyncAt": "<string>",
      "frequency": "<string>",
      "latestResult": {}
    }
  ]
}

Query Parameters

provider_config_key
string
required

The ID of the integration you established within Nango

syncs
string
required

The name of the syncs you want to fetch a status for. Pass in "*" to return all syncs per the integration

connection_id
string

The ID of the connection. If omitted, all connections will be surfaced.

Response

200
application/json
Successfully returned a list of syncs and their status
syncs
object[]