cURL
curl --request GET \ --url https://api.example.com/api/core/data_sync/{use_case_id}/config/{sync_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "knowledge_source_id": "<string>", "discovered_settings": { "selection_items": [] }, "type": "google_drive", "sync_status": "Not yet synced", "synced_issues_count": 0, "last_successful_sync": "2023-11-07T05:31:56Z", "credential_id": "<string>", "most_recent_sync_job_id": "<string>" }
Retrieve sync settings for a specific sync ID
Bearer token authentication. Format: 'Bearer '
Successful Response
Show child attributes
google_drive
"google_drive"
Not yet synced
Syncing
Synced
Failed
Sync status not available
Was this page helpful?