Right now the only way to get the inputs for a job is to check the "request" member in the status info. The problem with that is that it is not mandatory and so if the job fails a client may or may not know which inputs were used to initiate the job. Perhaps we can consider making the request member required or adding a /job/{jobId}/inputs path.
Right now the only way to get the inputs for a job is to check the "request" member in the status info. The problem with that is that it is not mandatory and so if the job fails a client may or may not know which inputs were used to initiate the job. Perhaps we can consider making the request member required or adding a /job/{jobId}/inputs path.