Possible error in docs: Status of a job with python code
In the docs, there is this command to retrieve the status of a submitted job:
And in the docs, this should be the equivalent python code:
But I do not want to start a job again, I just want to retrieve the status of the job (by the job_id, enpoint_id and api_key). I gues this is a small error in the docs, or isn't there a way to retrieve the status of a job by these parameters, as it is possible with curl?
And in the docs, this should be the equivalent python code:
But I do not want to start a job again, I just want to retrieve the status of the job (by the job_id, enpoint_id and api_key). I gues this is a small error in the docs, or isn't there a way to retrieve the status of a job by these parameters, as it is possible with curl?
Solution
My apologies
Try that, looks like we need to expose a couple more things for the next release.
Try that, looks like we need to expose a couple more things for the next release.
