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
Add an /ex/errors endpoint to the api. Currently the only way to get the errors for an ex_id is to hit the jobs endpoint, i.e. GET jobs/{job_id}/errors/{ex_id}. Functionality should be just like /jobs/{job_id}/errors or /jobs/{job_id}/errors/{ex_id}
The text was updated successfully, but these errors were encountered:
Add an
/ex/errors
endpoint to the api. Currently the only way to get the errors for an ex_id is to hit the jobs endpoint, i.e.GET jobs/{job_id}/errors/{ex_id}
. Functionality should be just like/jobs/{job_id}/errors
or/jobs/{job_id}/errors/{ex_id}
The text was updated successfully, but these errors were encountered: