datamodel.get_connection
datamodel_get_connectionRetrieve the connection list filtered by name to find specific Sisense connections, returning an error when no match exists.
Instructions
Retrieve connections matching a name. Sends GET /api/v2/connections?name=<connection_name> and returns the matching connection list.
Returns: list[dict[str, Any]] | dict[str, Any] List of matching connection objects if found, or {"error": "..."} on failure or when no match is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | Name of the connection to filter by. |