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>", "type": "confluence", "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>", "available_keywords": [ "<string>" ], "cql_query": "<string>" }
Retrieve sync settings for a specific sync ID
Bearer token authentication. Format: 'Bearer '
Successful Response
confluence
"confluence"
Not yet synced
Syncing
Synced
Failed
Sync status not available
Was this page helpful?