Describe the bug
endpoint GET /classifier-jobs/:jobId/best-detections currently does not return review_status back. This issue aims to fix that problem.
To Reproduce
Steps to reproduce the behavior:
run core api locally with staging database
call GET /classifier-jobs/100/best-detections
see that the response does not have review_status returned
Expected behavior
it should return review_status back to show correct status to the users. Or better, support fields attributes
Additionals
Not sure but I would say we also need classifier_id as well.
Describe the bug endpoint
GET /classifier-jobs/:jobId/best-detections
currently does not returnreview_status
back. This issue aims to fix that problem.To Reproduce Steps to reproduce the behavior:
GET /classifier-jobs/100/best-detections
review_status
returnedExpected behavior it should return
review_status
back to show correct status to the users. Or better, supportfields
attributesAdditionals Not sure but I would say we also need
classifier_id
as well.