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

Get 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

NameTypPflichtfeldStandardBeschreibung
model_idString[Get Metadata] UUID of the model. Path parameter.
localeString[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"}