cURL
curl --request GET \ --url https://api.camelai.com/api/v1/knowledge-base/source/{source_id}/ \ --header 'Authorization: Bearer <token>'
{ "id": 123, "content": "<string>", "connection_id": 123, "created_at": "2023-11-07T05:31:56Z", "last_modified": "2023-11-07T05:31:56Z" }
Get all knowledge base entries associated with a specific data source.
JWT or API key authentication using Bearer scheme
ID of the source
Serializer for KnowledgeBase entries.
Was this page helpful?