v46

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

Get a data source view

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

Path parameters

wIdstring required
spaceIdstring required
dsvIdstring required

Response

Successful response

category'managed' | 'folder' | 'website' | 'apps'

The category of the data source view

createdAtnumber

Timestamp of when the data source view was created

idnumber

Unique identifier for the data source view

kind'default' | 'custom'

The kind of the data source view

parentsInstring[] nullable

List of IDs included in this view, null if complete data source is taken

sIdstring

Unique string identifier for the data source view

updatedAtnumber

Timestamp of when the data source view was last updated

spaceIdstring

ID of the space containing the data source view

Example response

{
  "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
  }
}