# Survey responses

## Retrieve survey response as PDF.

> Retrieve the specified completed survey response as rendered PDF.

```json
{"openapi":"3.0.0","info":{"title":"TradeAware API","version":"0.42.1"},"servers":[{"url":"https://api.tradeaware.live-eo.com"}],"security":[{"bearer":[]}],"components":{"securitySchemes":{"bearer":{"scheme":"bearer","bearerFormat":"JWT","type":"http"}}},"paths":{"/survey-responses/{id}/pdf":{"get":{"description":"Retrieve the specified completed survey response as rendered PDF.","operationId":"SurveyResponsesController_renderPdf","parameters":[{"name":"id","required":true,"in":"path","description":"Id of the survey response to be rendered.","schema":{"type":"string","format":"uuid"}}],"responses":{"200":{"description":"","content":{"application/pdf":{"schema":{"format":"binary","type":"string"}}}},"401":{"description":""},"403":{"description":""},"404":{"description":""},"422":{"description":"Returned if the survey response is not in status COMPLETED."}},"summary":"Retrieve survey response as PDF.","tags":["Survey Responses"]}}}}
```
