---
title: "Get Node Library"
method: GET
path: "/workflows/v1/node-libraries/{node_library_id}"
tags: ["Node Libraries"]
---

# Get Node Library

`GET /workflows/v1/node-libraries/{node_library_id}`

Endpoint to retrieve a node library configuration by its ID.

## Path parameters

- `node_library_id` string, required

## Response `200`

Successful Response

- NodeLibraryResponse — Response model for a single node library. Contains a NodeLibraryModel object.
  - `node_library` NodeLibraryModel, required — Stores the node library config in the workflow system.
    - `team_id` string, nullable — ID of the team that owns this edge
    - `created_by` string, nullable — ID of the user who created this edge
    - `updated_by` string, nullable — ID of the user who last updated this edge
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `_id` string
    - `node_library_config` NodeLibraryConfigOutput
      - `logical_id` string, nullable — Unique identifier for the node library
      - `name` string, nullable — Name of the Node Library
      - `description` string, nullable — Description of the node library
      - `nodes` string[], nullable — List of node IDs that are part of this library
      - `access_level` 'personal' | 'team' | 'system' — Enum representing different access control levels.
      - `access_list` string[], nullable — List of user IDs or team IDs that have access to this node library

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.net/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/versions/9f4e7dc7e094/schema)
