GETPro+
/api/v1/models/{model_id}

Get Model

Returns the full model data including metamodel (M2 types) and all node/relationship instances. Equivalent to a full JSON export.

AuthenticationBearer mpt_... or OAuth JWT
Plan RequirementPro+

Parameters

NameTypeRequiredDefaultDescription
model_idString[Get Model] UUID of the model to retrieve. Path parameter.

Example Response

{"id": "uuid", "name": "My Roadmap", "model": {"node_types": [...], "nodes": [...], "relationships": [...]}}