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.
AuthenticationBearer mpt_... or OAuth JWT
Plan RequirementPro+
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
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. |
Example Response
{"name": "My Roadmap", "languages": ["en", "de"], "node_count": 47, "relationship_count": 58, "updated_at": "2026-03-01T10:00:00Z"}