API Catalog gives less information than UI!

Hello
I made a script to get list of vds in a space to see who created which vds, with dates … to clean.
Here’s my feedback :slight_smile:

  • UI gives information by VDS the number of runs since last reboot … is it possible to get it via API ?
  • UI gives information about owner (name) but when using API (catalog endpoint) I can get ‘owner’ details (mainly ownerId). But when trying to display name (for example email) using API (user endpoint), I get an error {‘errorMessage’: ‘Not authorized to view the specified user.’, ‘moreInfo’: ‘’}.
  • UI gives information about last update (date) but this information is unavailable via API (catalog endpoint). …

It seems that ui behavior can give more information than API … is there a plan or a solution to reach my goals ?
Regards