[ ] Create a sample result json with a key in the completed job bucket with the json file name is the job id. (123/result.json, id.json)
{
job-id-by-backend: "2131312321-2131231123",
timestamp: ""
}
[ ] Object store library to read or interact with these files.
[ ] Finally return the json back to the user.
[ ] Check in pending bucket first (Send appropriate response)
Is your feature request related to a problem? Please describe. N/A
Describe the solution you'd like Add
/getResult
endpoint to be able to:/getResult
with thejob-id
as the keycomplete
orincomplete
bucket. GetResult
JSON (JSON is stored on object store)Result
JSON to the calleeDescribe alternatives you've considered N/A
Additional context Add any other context or screenshots about the feature request here.