Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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