-
Notifications
You must be signed in to change notification settings - Fork 3
Get request status #94
Comments
Hi there, This is supported in from cads_api_client import ApiClient
client = ApiClient()
remote = client.get_remote(REQUEST_UID)
remote.status Please note that at the moment |
thanks @malmans2 for the quick response. Is Thanks again |
Unfortunately, I'm not the right person to address this question.
You are correct that there is a If you’d like to continue using cdsapi_client = cdsapi.Client(...)
remote = cdsapi_client.client.get_remote(REQUEST_UID) where |
The behaviour of the current `Client` is apparently unstable according to ecmwf-projects/cads-api-client#94.
Hello,
before migrating to the new CDS platform, it was possible to check a request's status through querying
https://cds.climate.copernicus.eu/api/tasks/<id>
. After migration, this URL route returns a404
response.Is there any possibility to check a requests status programmatically with the new CDS?
Thanks!
(This is related to the issue ecmwf/cdsapi#122 and the corresponding ECMWF forum post)
The text was updated successfully, but these errors were encountered: