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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
model_id | String | ✓ | [Get Node] UUID of the model. Path parameter. | |
node_id | String | ✓ | [Get Node] ID of the node to retrieve. Accepts UUID or auto-ID (e.g. REQ-42). Path parameter. | |
locale | String | — | [Get Node] Return labels and descriptions in this locale. Query parameter. |
Example Response
{"id": "uuid", "label": "OAuth Integration", "properties": {...}, "incoming": [...], "outgoing": [...]}