API Reference
Returns a specific model by ID.
cURL
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" }
Model friendly ID (e.g., mdl_abc123def456)
200
"mdl_abc123def456"