Get the knowledge graph data (nodes and edges)
GET
/graph
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Query Parameters
project_id
Filter by project
Type
string
include_tags
Include tag-based edges
Type
string
Default
"true"include_semantic
Include semantic similarity edges
Type
string
Default
"false"semantic_threshold
Semantic similarity threshold
Type
number
Default
0.7Responses
OK
application/json
JSON "nodes": [ { } ], "edges": [ { } ]
{
}