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 you query the jobs endpoint (e.g. url//jobs), each job has keys (jobID, updated, status, processID, type, and submitter), however, when you query a specific job (e.g. url//jobs/jobID), the job only has keys (jobID, updated, status, processID). It would be nice if the outputs were consistent so that fewer key errors need to be handled on the client side.
The text was updated successfully, but these errors were encountered:
When you query the jobs endpoint (e.g. url//jobs), each job has keys (jobID, updated, status, processID, type, and submitter), however, when you query a specific job (e.g. url//jobs/jobID), the job only has keys (jobID, updated, status, processID). It would be nice if the outputs were consistent so that fewer key errors need to be handled on the client side.
The text was updated successfully, but these errors were encountered: