Skip to main content
GET
/
v1
/
sources
/
{source_id}
/
sync-status
Get Connection Sync Status
curl --request GET \
  --url https://api.ontora.com/v1/sources/{source_id}/sync-status \
  --header 'Authorization: Bearer <token>'
{
  "source_connection_id": "<string>",
  "nango_status": "<string>",
  "finished_at": "<string>",
  "next_scheduled_sync_at": "<string>",
  "record_count": 123,
  "last_sync_result": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_id
string<uuid>
required

Response

Successful Response

source_connection_id
string
required
nango_status
string | null
required
finished_at
string | null
required
next_scheduled_sync_at
string | null
required
record_count
integer | null
required
last_sync_result
Last Sync Result · object
required