Skip to main content
GET
/
workflows
/
v1
/
node-libraries
/
{node_library_id}
Get Node Library
curl --request GET \
  --url https://api-qa.interactly.ai/workflows/v1/node-libraries/{node_library_id} \
  --header 'Authorization: Bearer <token>'
{
  "node_library": {
    "team_id": "<string>",
    "created_by": "<string>",
    "updated_by": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "_id": "5eb7cf5a86d9755df3a6c593",
    "node_library_config": {
      "logical_id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "nodes": [
        "<string>"
      ],
      "access_level": "personal",
      "access_list": [
        "<string>"
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

node_library_id
string
required
Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response

Response model for a single node library. Contains a NodeLibraryModel object.

node_library
NodeLibraryModel · object
required

Single node library object