Get Report Content Url
GET/reports/:report_id/content-url
Return a presigned MinIO URL to the report's content JSON.
Lets the client fetch content.json straight from storage instead of proxying
it through the API. Same workspace scoping as the rest (cross-tenant → 404); 409
if the content has not been generated yet (still generating, or failed).
Request
Responses
- 200
- 404
- 409
- 422
Successful Response
Not Found
Conflict
Validation Error