rare-sapphire
rare-sapphire5mo ago

How to fetch the JSON input for a given run-id?

I ran several tasks on apify using the python-API but I had some mistake in the code that downloaded the tasks. I need to be able to get the JSON input for a given list of run-ids to make sure that I can save them properly to my filesystem.
2 Replies
Hall
Hall5mo ago
Someone will reply to you shortly. In the meantime, this might help: -# This post was marked as solved by Matous. View answer.
luigi.ruocco
luigi.ruocco5mo ago
You can get your input from the key value store via the python client. https://docs.apify.com/api/v2/actor-run-get

Did you find this page helpful?