GETPro+
/api/v1/models/{model_id}/metadataGet Metadata
Lightweight model metadata: name, description, language list, node/relationship counts, and last updated timestamp. Does not return model content.
AuthentifizierungBearer mpt_... or OAuth JWT
Plan-AnforderungPro+
Parameter
| Name | Typ | Pflichtfeld | Standard | Beschreibung |
|---|---|---|---|---|
model_id | String | ✓ | [Get Metadata] UUID of the model. Path parameter. | |
locale | String | — | [Get Metadata] Return type names and descriptions in this locale (e.g. 'en', 'de'). Query parameter. |
Beispielantwort
{"name": "My Roadmap", "languages": ["en", "de"], "node_count": 47, "relationship_count": 58, "updated_at": "2026-03-01T10:00:00Z"}