Returns a single data source by ID
curl --request GET \ --url https://api.getdecisional.ai/api/v1/data-sources/{id}
{ "id": "ds_abc123xyz789", "name": "Annual Report 2023", "type": "file", "status": "processed", "notes": { "category": "financial" }, "knowledge_engine_id": "kng_abc123xyz789", "created_at": 1679644800 }
Data source ID
Data source found
The response is of type object.
object