Get a single knowledge-node by id
GET /knowledge-nodes/{id}
GET
/knowledge-nodes/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
node_type
required
string
label
required
Human-readable identifier, e.g. ‘backend:1337’, ‘ec2-i-abc123’, ‘postgres-prod’.
string
resource_id
Internal Strapi documentId or cloud provider resource ID.
string
resource_type
Strapi content-type slug or cloud resource kind, e.g. ‘cloud-instance’, ‘organisation-member’, ‘dns-zone’.
string
properties
Arbitrary key-value metadata for this node (provider, region, tags, etc.).
last_seen_at
string format: date-time
is_active
boolean
organisation
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found