OHDSI Home | Forums | Wiki | Github

Atlas Jobs table

I looking to pull the table from Atlas tool that show current jobs in progress and completed. Is there a way to do this through some API? There seems to be an option to download the csv file. Can this be done from outside the Atlas tool? Using api to pull the csv file or the table to show jobs that have been completed or in queue.

Thanks,
Utsab

The Atlas UI invokes a WebAPI endpoint to pull this data. So you can open a console in your browser, click on the ‘refresh jobs’ button, and you should see an example of the API being called to fetch that data.

t