POSTPro+
/api/v1/models/{model_id}/nodes/batchBatch 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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
node_ids | Array<String> | ✓ | [Batch Get Nodes] Array of node IDs to retrieve. Accepts UUIDs and auto-IDs (e.g. REQ-42). Request body. | |
model_id | String | ✓ | [Batch Get Nodes] UUID of the model. Path parameter. |
Example Response
[{"id": "uuid-1", "label": "OAuth Integration", ...}, {"id": "uuid-2", "label": "Auth Service", ...}]