API Reference
Returns a specific report by ID.
cURL
curl --request GET \ --url https://app.gomangrove.com/api/v1/reports/{report_id} \ --header 'Authorization: <api-key>'
{ "id": "rpt_abc123def456", "name": "Q1 2025 Carbon Report", "report_type": "quarterly", "status": "complete", "project_id": 123, "created_at": "2025-01-15T10:00:00.000Z", "updated_at": "2025-01-15T10:00:00.000Z", "inclusions": [], "allocation": { "id": 1, "amount": 100.5, "unit": "t", "created_at": "2025-01-15T10:00:00.000Z" } }
Report friendly ID (e.g., rpt_abc123def456)
200
"rpt_abc123def456"
Show child attributes