Skip to main content
GET
/
api
/
core
/
confluence
/
configuration
Get confluence configurations
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

id
string
required
cql_query
string
required
knowledge_source_id
string
required
is_syncing
boolean
required
synced_items_count
integer
required
last_successful_sync
string<date-time> | null