Datasources

Get data sources

Get data sources in the workspace identified by {wId}.

get/api/v1/w/{wId}/spaces/{spaceId}/data_sources

Path parameters

wIdstring required

ID of the workspace

spaceIdstring required

ID of the space

Response

The data sources

Example response

{
  "data_sources": [
    {
      "id": 12345,
      "createdAt": 1625097600,
      "name": "Customer Knowledge Base",
      "description": "Contains all customer-related information and FAQs",
      "dustAPIProjectId": "5e9d8c7b6a",
      "connectorId": "1f3e5d7c9b",
      "connectorProvider": "webcrawler",
      "assistantDefaultSelected": true
    }
  ]
}

Changes

No recorded changes to this endpoint across all 86 revisions of this API.