Returns a list of renovation reports generated for this renovation.
curl --request GET \ --url https://public-api.setle.app/v1/renovations/{renovation_id}/reports \ --header 'Authorization: Bearer <token>'
[ { "url": "https://cdn.setle.app/app/renovation_reports/xxx/xxx/xxx.pdf", "is_outdated": true, "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "name": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully processed request.
The response is of type object[].
object[]