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

Get Node

Full details for a single node including all properties and optionally its incoming and outgoing relationships. Accepts UUID or auto-ID (e.g. REQ-42).

AuthenticationBearer mpt_... or OAuth JWT
Plan RequirementPro+

Parameters

NameTypeRequiredDefaultDescription
model_idString[Get Node] UUID of the model. Path parameter.
node_idString[Get Node] ID of the node to retrieve. Accepts UUID or auto-ID (e.g. REQ-42). Path parameter.
localeString[Get Node] Return labels and descriptions in this locale. Query parameter.

Example Response

{"id": "uuid", "label": "OAuth Integration", "properties": {...}, "incoming": [...], "outgoing": [...]}