View the original community article here
Last tested: May 29, 2020
(async () => {const sdk = LookerNodeSDK.init31();const dashboards = await sdk.ok(sdk.all_dashboards("id, title"));console.log(dashboards);})();
when running the above, you could see the error on the article's title because you had the wrong base url in the API settings.
This content is subject to limited support.