list_spaces
Retrieve a list of all SAP Datasphere spaces with their status and metadata to discover available environments and check space health.
Instructions
List all SAP Datasphere spaces with their status and metadata.
Use this tool when:
User asks "What spaces are available?" or "Show me all spaces"
You need to discover available Datasphere environments
Starting data exploration workflow
Checking space status and availability
What you'll get:
Space IDs and names
Space status (ACTIVE, DEVELOPMENT, etc.)
Table/view counts per space
Owner information (with include_details=True)
Example queries:
"What Datasphere spaces exist?"
"Show me all data spaces"
"Which spaces are active?"
Next steps after using this tool:
Use get_space_info() to explore a specific space
Use search_tables() to find tables across spaces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_details | No | Set to true to include detailed information (owner, created date, connection counts). Default: false for quick space listing. |