---
title: "List missing Node-RED nodes across source/event flow tabs"
method: GET
path: "/service-api/supos/proxy/missing-nodes"
tags: ["supos/sourceflow/service_api", "suposSourceflowService_api"]
---

# List missing Node-RED nodes across source/event flow tabs

`GET /service-api/supos/proxy/missing-nodes`

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` NodeRedMissingNodeListResult
    - `nodes` NodeRedMissingNode[], required
      - `flowId` string
      - `flowLabel` string
      - `id` string, required
      - `name` string
      - `scope` string, required
      - `type` string, required
      - `users` integer
  - `msg` string

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/revisions/1837fd35a283/schema)
