Report Download
GET/:id/download
This method returns report data as a downloadable file. Data can only be downloaded if the report has a DONE status. The first entry in the returned file specifies the names of the columns.
For script-paths reports, the response is CSV only (XLSX is not supported). Columns: Path ID, Parent Path ID, Script ID, Script Name, Node Type, Node Label, Depth, Count, Terminal.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 406
Success/OK
Bad request
Unauthorized
Forbidden
Not found
Method not allowed
Not acceptable