Skip to content

Download CSV tuning report #439

@ericbuckley

Description

@ericbuckley

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

#427
#428

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiNew API feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions