Tasks
StubberDB Get Connections
Retrieves the configured StubberDB connections for an organization
Basic usage
Parameters
stubberdbuuid optional string
The StubberDB UUID of a specific connection to retrieve.
If this is omitted, the task returns all configured StubberDB connections.
Result
Properties
message string
Confirms that the StubberDB configuration was retrieved successfully.
payload object
When stubberdbuuid is omitted, this is an object keyed by StubberDB UUID.
When stubberdbuuid is provided, this is the selected connection object directly.
payload.[stubberdbuuid].name string
The display name for the connection.
payload.[stubberdbuuid].default boolean
Whether the connection is marked as the default StubberDB.
payload.[stubberdbuuid].connection_name string
The backend connection name used internally.
payload.[stubberdbuuid].enabled boolean
Whether the connection is enabled.
payload.[stubberdbuuid].roles.readonly.credentialuuid string
The credential UUID used for readonly access.
payload.[stubberdbuuid].roles.readwrite.credentialuuid string
The credential UUID used for readwrite access.
Examples
Retrieve one specific connection
When stubberdbuuid is provided, the payload is the connection object itself rather than an object keyed by UUID.
Result: