rfcx / rfcx-api

Core, Media/Assets and MQTT APIs
https://api.rfcx.org/docs/
Apache License 2.0
0 stars 0 forks source link

`GET /classifier-jobs/:jobId/best-detections` need to return `review_status` #605

Closed grindarius closed 4 months ago

grindarius commented 4 months ago

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:

  1. run core api locally with staging database
  2. call GET /classifier-jobs/100/best-detections
  3. 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.