Retrieve the STDIO ouput of a job
post/jobs/{jobId}/output
Retrieves the STDIO text from STDOUT and STDERR output from a running job.
1{2 "errors": [3 "This is an error message\n"4 ],5 "output": [6 "This is one line of output\n",7 "This is the next line of output\n"8 ],9 "version": 110}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Schema | |
400 | Bad Request | The operation is not permitted on the specified job possibly because output was not requested. See the returned error response for more information. | Schema | |
404 | Not Found | The specified job is not found. | Schema | |
406 | Not Acceptable | The requested response type is not acceptable. See the returned error response for more information and acceptable response types. | Schema | |
409 | Conflict | The operation is not permitted on the specified job because the job is not in the running state. See the returned error response for more information. | Schema |