You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I call api_client.tasks_api.retrieve_data(task_id), I get this error message: "HTTP response body: ["Data type not specified or has wrong value"]" . However according to the documentation the only required parameter should be the job ID. I get the same error if I try using api_client.jobs_api.retrieve_data(job_id).
Expected Behavior
Retrieving the data of the specified task by passing only the task ID if the documentation is right.
Actions before raising this issue
Steps to Reproduce
Expected Behavior
Retrieving the data of the specified task by passing only the task ID if the documentation is right.
If it is wrong then it should be updated.
Possible Solution
Possibly simply update the doc.
Context
No response
Environment
The text was updated successfully, but these errors were encountered: