cURL
curl --request GET \ --url https://api.example.com/api/core/confluence/configuration \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "cql_query": "<string>", "knowledge_source_id": "<string>", "is_syncing": true, "synced_items_count": 123, "last_successful_sync": "2023-11-07T05:31:56Z" } ]
Retrieve all confluence sync configurations
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?