POSTPro+
/api/v1/models/{model_id}/nodes/batch

Batch Get Nodes

Fetch multiple nodes by ID in a single request. More efficient than multiple single-node calls. Accepts UUIDs and auto-IDs (e.g. REQ-42).

AuthenticationBearer mpt_... or OAuth JWT
Plan RequirementPro+

Parameters

NameTypeRequiredDefaultDescription
node_idsArray<String>[Batch Get Nodes] Array of node IDs to retrieve. Accepts UUIDs and auto-IDs (e.g. REQ-42). Request body.
model_idString[Batch Get Nodes] UUID of the model. Path parameter.

Example Response

[{"id": "uuid-1", "label": "OAuth Integration", ...}, {"id": "uuid-2", "label": "Auth Service", ...}]