---
title: "Get nodes acceptation status"
method: GET
path: "/nodes/status"
tags: ["Nodes"]
---

# Get nodes acceptation status

`GET /nodes/status`

Get acceptation status (pending, accepted, deleted, unknown) of a list of nodes

## Query parameters

- `ids` string, comma-separated list, required

## Response `200`

nodes

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'getNodesStatus', required — The id of the action
  - `data` object, required — List of nodeId and associated status
    - `nodes` object[], required — List of nodeId and associated status
      - `id` string, uuid (or "root"), required — Unique id of the node
      - `status` 'pending' | 'accepted' | 'deleted' | 'unknown', required — Status of the node

---

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