v46

latestOpenAPI 3.0.0MITraw.githubusercontent.com2026-08-0311978417.1 KB
DatasourceViews

List Data Source Views

Retrieves a list of data source views for the specified space

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

Path parameters

wIdstring required

Unique string identifier for the workspace

spaceIdstring required

ID of the space

Response

List of data source views in the space

Example response

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