Hello all,
First of all, I am new to working with API. I uploaded 100+ fits files for which I need the wcs-coordinates. Using the client.py file, I am able to get info on specific jobs. When trying to access the /api/jobs/ folder, to get a list of all my jobs, I get the following error:
HTTPError HTTP Error 403: FORBIDDEN
Is it in any way possible to get a list of all my jobs through the API?
My next question concerns extracting the original name of the uploaded file. Once the image is successfully identified, I only want to download the new header and add it to the original file fits header. It is listed in the details tab for each image, but the API cannot access /api/jobs/job_id/details/.
Lastly, I was wondering how I would be able to get a list of all services which can be accessed through the API. Unless all accessible services are already listed in the client.py file, ofcourse.
Thanks in advance,
Kind regards,
Stijn Debackere