getSummaryMetricsForRequest
API Version: 1.102.0
GET/projects/{projectId}/requests/{requestId}/metrics
Get Summary Metrics For Request.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
projectId
string
Project ID
requestId
number
Request ID
Response
{
  "meta": {
    "version": "v1",
    "requestTimestamp": 1753782514,
    "page": {
      "size": 1,
      "current": 1
    }
  },
  "context": {
    "projectId": 0,
    "runId": 0
  },
  "results": {
    "forestCover": 0,
    "canopyHeightMean": 0,
    "treeHeightMean": 0,
    "biomass": 0,
    "carbon": 0,
    "co2eq": 0
  }
}{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}Last updated