Get latest usage of client Id in apigee

Hi,

I need to get latest call time a client Id (apps) during last year. I worked in APIGEE EDGE and need to get a logs of calling APIs based on Apps ( or Client Id).

Thanks

0 1 104
1 REPLY 1

If you have a specific client_id you are doing this look up for, you could use an asynchronous query to get a list of requests over a period longer than 2 weeks and provide a filter for your given client_id

https://docs.apigee.com/api-platform/analytics/asynch-reports-api

https://cloud.google.com/apigee/docs/api-platform/analytics/asynch-reports-api

Otherwise, if you're trying to do a more general report of clients and their last requests, it might be easier to export analytics to bigquery and use bigquery for analysis

https://docs.apigee.com/api-platform/analytics/export-data

https://cloud.google.com/apigee/docs/api-platform/analytics/export-data