List a MotherDuck user's instance settings
list_md_user_instance.RdRetrieves configuration and instance-level settings for a specified MotherDuck user, returning the results as a tidy tibble.
Value
A tibble with two columns:
instance_desc: names or descriptions of instance configuration settings.instance_values: corresponding values for each configuration field.
Details
This function calls the MotherDuck REST API endpoint
https://api.motherduck.com/v1/users/{user_name}/instances to fetch
information about the user’s active DuckDB instances and their configuration
parameters.
The current authenticated user is displayed with show_current_user() for
verification.