get_deployed_objects
List actively running deployed objects in SAP Datasphere to monitor deployment status, runtime metrics, and execution history.
Instructions
List runtime/deployed objects that are actively running in SAP Datasphere. Returns deployment status, runtime metrics, execution history for data flows, and performance statistics. Use this for monitoring deployed assets, tracking execution status, analyzing runtime performance, and identifying active vs inactive objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of results to return (default: 50, max: 500) | |
| skip | No | Number of results to skip for pagination (default: 0) | |
| space_id | Yes | Space identifier (e.g., 'SAP_CONTENT') | |
| object_types | No | Filter by object types: Table, View, AnalyticalModel, DataFlow | |
| runtime_status | No | Filter by runtime status: Active, Running, Idle, Error, Suspended | |
| include_metrics | No | Include runtime performance metrics (query times, execution stats, cache hit rates) |