Is there a way to extract all list of
Is there a way to extract all list of runs like this one for example. I wanted to extract like 1 year of runs data to do some cost analysis for my companies like average per runs.
There is data on CPU Usage, time, etc, but not on each runs.
Let me know if there is already a feature like this, tried to search but found nothing.

2 Replies
like-gold•3mo ago
For cost analysis, this endpoint may be useful. You can get the information of each run using the IDs of the actors you run.
https://docs.apify.com/api/v2/act-runs-get
Get list of runs | Apify Documentation
ClientsGets the list of runs of a specific Actor. The response is a list of
adverse-sapphire•3mo ago
shoot i totally miss this, but it only limtied to 1000 results right? hmm okay. Because I'm trying to extract the data from Jan 2024 - Jan 2025. The cost is 760 usd but I need to break it down how many runs in order to get the average
but thats totally fine @Muhammet , I found a way by using our database to get the average. And proposed some enhancement internally to store the cost on each run so taht we can do our own aggregation
Thanks for the response @Muhammet !