Skip to main content
GET
/
api
/
core
/
knowledge_sources
Get knowledge sources that the user has update permissions for, excluding web search sources.
curl --request GET \
  --url https://api.example.com/api/core/knowledge_sources \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

id
string
required