cURL
curl --request GET \ --url https://api.example.com/projects/{project_id}/climate_risk \ --header 'x-api-key: <api-key>'
{ "project_id": "<string>", "risk_items": [ { "risk": "<string>", "description": "<string>", "value": 123 } ] }
Successful Response
Show child attributes