Get output of report
GET/nevisadmin/api/v1/reports/:id/output
Required permission: VIEW_PROJECT on the project, or higher scope
Required permission: VIEW_INVENTORY on the inventory, or higher scope
Get the output of a report whose generation is complete. The content-type of the response will be the media-type defined when the generation was started.
Note: the output of the report can only be fetched if the status is DONE.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid report ID
Insufficient permissions.
Report generation run not found