---
title: "Get custom nodes"
method: GET
path: "/api/v2/custom-nodes"
tags: ["Custom Node Management", "Community", "Enterprise"]
---

# Get custom nodes

`GET /api/v2/custom-nodes`

Retrieve a list of all custom node configurations.
This endpoint returns the current set of registered node kinds and their display settings.

## Response `200`

OK

- object
  - `data` ModelCustomNode[]
    - `id` integer
    - `kindName` string
    - `config` ModelCustomNodeConfig
      - `icon` object
        - `type` string
        - `name` string
        - `color` string

## Other responses

- `401` — **Unauthorized** This endpoint failed an authentication requirement. Either the client tried to access a protected endpoint without being authenticated, or an auth validation failed (ex- invalid credentials or expired token).
- `500` — **Internal Server Error** This is usually the result of either an unexpected database or application error. The client may try modifying or resending the request, but the error is likely not related to the client doing something wrong.

---

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