v5

latestOpenAPI 3.1.02026-07-31129337684.6 KB
Node Libraries

Get Node Library

Endpoint to retrieve a node library configuration by its ID.

get/workflows/v1/node-libraries/{node_library_id}

Path parameters

node_library_idstring required
Example:5eb7cf5a86d9755df3a6c593

Response

Successful Response

Example response

{
  "node_library": {
    "_id": "5eb7cf5a86d9755df3a6c593"
  }
}