latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

KnowledgeGraph

List knowledge graph nodes

Lists nodes in a knowledge graph with optional filters

get/knowledgeGraph/nodes

Query parameters

workspace_idstring required

The workspace ID (required for auth scope)

application_idstring

Filter by application ID

label'Page' | 'Workflow' | 'Feature' | 'KnowledgeDoc' | 'Pattern'

Label for a knowledge graph node indicating its concept type

Filter by node label

namestring

Filter by exact node name

status'ACTIVE' | 'ARCHIVED'

Filter by node status. If omitted, defaults to ACTIVE (matches the schema default and is the most common case). Pass ARCHIVED to list archived nodes only. There is no built-in "ALL" sentinel; to list both ACTIVE and ARCHIVED nodes, issue two requests with explicit status values and merge client-side.

limitinteger

Maximum number of results to return

cursorstring

Pagination cursor from a previous query result

Response

The list of nodes

cursorstring

Cursor for fetching the next page of results (absent when no more pages)