How to get the full history of an autotask?

Hello,

I have notice my history is not completed. How I can see my full history?

Other question it’s possible to send the logs via email? Do you have API for that?

Bolo

3 Likes

Hey @Bolo! We are currently not providing a way to view all the past runs. May I ask why you are interested in them?
We are building a more tight integration with Keeper Network right now so you’ll be able to see your Keeper balance and withdraw funds directly from a relayer. You also can check all the transactions from your relayer at etherscan.

2 Likes

I have several transactions who failed, just wanted to check trace/logs I have added in my script to improve my logic.

3 Likes

Hey @Bolo. This is certainly a valid use-case. Unfortunately, there is no way currently to go beyond last 20 autotasks runs. We have a ticket for that. I just bumped its priority. Hopefully we’ll ship it soon.

1 Like

Hello jumping back on this, is there any way now to see the logs of recent autotasks / relayer logs?
It’s a lot of pain to debug if manual run is not an option

1 Like

Hi @Elyx0,

Autotasks can also be manually executed from the UI for quick testing. The last 30 Autotask runs will be shown in the Autotask view, allowing you to access the run logs (generated via console.log ) for troubleshooting. Additionally, when an Autotask fails, Defender will send you a notification email.
_From: https://docs.openzeppelin.com/defender/autotasks#whats-in-an-autotask_

You can also develop locally: https://docs.openzeppelin.com/defender/autotasks#local-development

Was that what you were looking for?

2 Likes

Yes thanks, I think it was a cache/delay issue!

1 Like