> For the complete documentation index, see [llms.txt](https://docs.chainargos.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainargos.com/documentation/api/looker_api/looker_api_basic.md).

# Looker API introduction

This is a simple example which prints out all available dashboards.

{% @github-files/github-code-block url="<https://github.com/ChainArgos/api-demos/blob/main/looker/looker_api_basic/conn_test.py>" %}

To run copy `sanitizied.ini` to `looker.ini` and then fill in `client_id` and `client_secret`.

This example connects to Looker and prints out the title and `id` of every dashboard your account can access.
