-
Notifications
You must be signed in to change notification settings - Fork 2
Download CSV tuning report #439
Copy link
Copy link
Open
Labels
apiNew API featureNew API feature
Description
Summary
Create an API endpoint that lets you download a CSV file with the results of the tuning report.
Acceptance Criteria
- Return a 202 if the tuning job is still processing (pending or running)
- Return a 410 if the tuning job has failed, indicating the report will never be available
- Return a 200 with the CSV report if the status is completed
Details / Tasks
At a minimum, we'll need to include all the data stored in the TuningJob.results JSON hash. We could also include input parameters and start / end times if it makes sense.
Dependencies
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiNew API featureNew API feature