Skip to main content
GET
/
reports
/
{report_id}
Retrieve a report
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"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

report_id
string
required

Report friendly ID (e.g., rpt_abc123def456)

Response

200

id
string
Example:

"rpt_abc123def456"

name
string
report_type
string
status
string
project_id
integer
created_at
string<date-time>
updated_at
string<date-time>
inclusions
object[]
allocation
object