---
title: "Get Node Kind"
method: GET
path: "/api/v2/node-kinds/{node_kind_id}"
tags: ["OpenGraph (Experimental)", "Community", "Enterprise"]
---

# Get Node Kind

`GET /api/v2/node-kinds/{node_kind_id}`

**Experimental** - Retrieves the details of a single OpenGraph node kind by its id, including its entity-panel info map keyed by info key.

## Response `200`

OK

- object
  - `data` ModelNodeKindResponse
    - `node_kind_id` integer
    - `name` string
    - `display_name` string
    - `description` string
    - `is_display_kind` boolean
    - `icon` string
    - `color` string
    - `extension` ModelExtensionDetails, nullable
      - `extension_id` integer
      - `name` string
      - `display_name` string
      - `namespace` string
      - `version` string
    - `info` ModelGraphExtensionKindInfoDefinition — A map of named info panels used in extension definitions. Each property key is a stable panel identifier and must match the pattern `^[a-z0-9_-]{1,128}$` (lowercase alphanumeric characters, hyphens, and underscores only). Each property value must be a valid KindInfo object with title, position, and content.

## Other responses

- `400` — **Bad Request** This could be due to one of the following reasons: - JSON payload is missing or malformed - Path or query parameters are missing or invalid/malformed - The data sent is not valid (ex- sending a `string` in an `integer` field)
- `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).
- `404` — **Not Found** This error typically comes from operations where a valid ID was passed to the request to look up an entity but the entity could not be found.
- `429` — **Too Many Requests** The client has sent too many requests within a certain time window and tripped the rate limiting middleware.
- `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/versions/9e5dcb1a1b37/schema)
