instedd / aida

10 stars 1 forks source link

API to query for last activity timestamp given a list of bot_ids #253

Open macoca opened 6 years ago

macoca commented 6 years ago

In order to supply aida-ui bot index with an accurate last activity date we need to provide a path where, given a list of bot_uuids, we could answer with something like:

{
  bot_uuid: last_activity_date,
  ...
}