Skip to main content
GET
/
models
/
{model_id}
Retrieve a model
curl --request GET \
  --url https://app.gomangrove.com/api/v1/models/{model_id} \
  --header 'Authorization: <api-key>'
{
  "id": "mdl_abc123def456",
  "name": "Carbon Calculation Model",
  "version": 1,
  "cadence": "monthly",
  "partition_type": "feedstock",
  "order": 1,
  "created_at": "2025-01-15T10:00:00.000Z",
  "updated_at": "2025-01-15T10:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

model_id
string
required

Model friendly ID (e.g., mdl_abc123def456)

Response

200

id
string
Example:

"mdl_abc123def456"

name
string
version
integer
cadence
string
partition_type
string
order
integer
created_at
string<date-time>
updated_at
string<date-time>