Which parameters in the /api/dashboard to identify that a dashboard was viewed?

Hi,
I'm fetching the data from Dashboard
using API.

I found the following keys

{
  "description": "",
  "archived": "",
  "collection_position": "",
  "ordered_cards": "",
  "param_values": "",
  "can_write": "",
  "enable_embedding": "",
  "collection_id": "",
  "show_in_getting_started": "",
  "name": "",
  "caveats": "",
  "collection_authority_level": "",
  "creator_id": "",
  "updated_at": "",
  "made_public_by_id": "",
  "embedding_params": "",
  "cache_ttl": "",
  "ordered_tabs": "",
  "id": "",
  "position": "",
  "entity_id": "",
  "param_fields": "",
  "last-edit-info": "",
  "collection": "",
  "parameters": "",
  "auto_apply_filters": "",
  "created_at": "",
  "public_uuid": "",
  "points_of_interest": ""
}

However, I'm not sure which keys / parameters that I can use to identify if this dashboard is opened or viewed. I'm not talking about updating but I want to know if the dashboard is viewed by other people other than the user who created and updated it.

Could you please help me with that?
Thanks

you need to look at the logs, this is available on our paid plans