Hi Community!
I'm referring to this endpoint: GET /dashboards/{dashboard_id}. Link: Get Dashboard | Looker | Google Cloud
There is a last_accessed_at and a last_viewed_at field. Official definition of them are as below:
last_accessed_at: Time the dashboard was last accessed
last_viewed_at: Time last viewed in the Looker web UI
For last_accessed_at, the definition is not helping - what does it mean by `access`? Is it referring to a query run, or someone clicking on the link? While for last_viewed_at, the definition is clear, but it is not real for some dashboards, and there are a lot of null values despite there are actually views for these dashboards.
Please help. Thanks!