Dust · Arazzo Workflow
Dust Discover Spaces and Data Sources
Version 1.0.0
List the workspace's accessible spaces, then enumerate the data sources within a chosen space.
View Spec
View on GitHub
AgentsAIArtificial IntelligenceCustom WorkflowsData SourcesDustEnterprise AIKnowledge ManagementLLMMCPMulti-ModelRAGArazzoWorkflows
Provider
Workflows
discover-spaces-and-data-sources
List accessible spaces and the data sources within the first one.
Retrieves the accessible spaces for the workspace and, when at least one exists, lists the data sources contained in the first space.
1
listSpaces
{$sourceDescriptions.datasourcesApi.url}#/paths/~1api~1v1~1w~1{wId}~1spaces/get
List the spaces accessible to the authenticated workspace and capture the first space id.
2
listDataSources
{$sourceDescriptions.datasourcesApi.url}#/paths/~1api~1v1~1w~1{wId}~1spaces~1{spaceId}~1data_sources/get
List the data sources within the first accessible space.