Download - CSV
| API | Download-CSV |
| Purpose | Exports the recommendation analysis results as a downloadable CSV file. Retrieves processed ticket data with AI-generated runbook recommendations, automation opportunities, and enrichment details for the specified analysis session. File includes all recommendation metadata, confidence scores, and suggested automation actions. |
| API URL | https://<API URL>:<API Port> /api/v1/analysis/download-csv |
| Authentication type | Basic /Bearer |
| Method Input | GET |
Parameters Required in API:
| Column | Column type | Remarks |
| analysisName | string | Mandatorty Parameter. Name of the completed analysis session to export. Analysis must be in completed state to generate export. |
Output:
Status Code: 200
Parameter Returned in API result.
| Column | Column type | Value | Remarks |
| Result | CSV | CSV File gets downloaded | CSV File gets downloaded |
| Message | string | Success/Fail | This field provides status |