---
title: "List Linkable Nodes"
method: GET
path: "/github/workspaces/{workspace_id}/linkable-nodes"
tags: ["github-links"]
---

# List Linkable Nodes

`GET /github/workspaces/{workspace_id}/linkable-nodes`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- LinkableNodesResponse
  - `nodes` LinkableNode[], required
    - `snapshot_id` string, required
    - `name` string, nullable, required
    - `created_at` string, nullable, required
    - `approval_state` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
