Export Audit Log to make my own dashboard

Hi everyone !

I want to know if it is possible to extract the data from the audi log available in "My Account -> App Info -> log" to make a dashboard on data studio.

 

I saw that there is an API to Monitoring my team, but it does not include logs for each application.

By the way when I try to test this API

https://www.appsheet.com/api/v2/admin/reports/usage

it gives me the following error: An error has occurred

Screenshot 2022-03-14 at 18.17.24.png

โ€ƒthank you in advance !

0 4 373
4 REPLIES 4

Did you figure this out?

Did you figure out and I have doubt how did you customize https://www.appsheet.com/api/v2/admin/reports/usage to  https://www.appsheet.com/api/v2/admin/reports/membership   any documentation you followed?

Do you know how we can pull the Audit logs through API @Aurรฉlien ?

For your query yes, It is working fine for me(I tried with Appscript). I just have given Header and  Accesskey like this....

 
var options=
  {
     'method': 'get',
     'muteHttpExceptions' : true,
   headers:
   {
    'UserId': <YOUR_OWNER ID WHICH LIES BESIDE YOUR MAIL ID FROM MY TEAMS PAGE>,
    'Content-Type': 'application/json',
    'AccessKey': <GO TO ACCOUNT SETTINS ->SETTINGS -> API SETTINGS -> GENERATE KEY AND SAVE AND PASTE HERE>,
     
   }

Hello, with the enterprise licenses Google has provided us with a service account that directly sends all the Audi logs of all the applications to a Bigquery.

That process I've already tried and due to non billable project. my data is not capturing there in the bigquery

Top Labels in this Space