Anthony (dev)
Anthony (dev)3mo ago

How to get a count per day of runs on my actor

I can see in the insights tab, I get a number of users, revenue / costs, but where do I see the number of runs per day?
2 Replies
Anthony (dev)
Anthony (dev)OP3mo ago
@Saurav Jain any advice for this one?
Oleg V.
Oleg V.3mo ago
You could try using this actor from the store: https://apify.com/lukaskrivka/actor-costs It provides a "runCount" output value, with each output object giving stats for one day's usage. Alternatively, you can use this API endpoint to get a list of runs: https://docs.apify.com/api/v2/act-runs-get

Did you find this page helpful?