datamodel.get_connections_all
datamodel_get_connections_allRetrieves the full list of connections from the Sisense environment, returning each connection object for management or audit purposes.
Instructions
Retrieve all connections. Sends GET /api/v2/connections and returns the full connection list.
Returns: list[dict[str, Any]] | dict[str, Any] List of connection objects on success, or {"error": "..."} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||