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