Tool
brain_knowledge_relations
List typed relations (depends_on, competes_with, …) in the product knowledge graph
List typed relations (depends_on, competes_with, …) in the product knowledge graph
Behavior
- HTTP
GET /brain/knowledge/relations
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | Max relations |
| scope | string | — | Read scope; 'both' (default) unions shared + your private |
| relation_type | string | — | Filter by ontology relation type (e.g. depends_on) |
| source_entity | string | — | Filter by source entity id or name |
| target_entity | string | — | Filter by target entity id or name |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| relations | array | • | |
| elapsed_ms | number | • | |
| request_id | string | • |
Try it
List typed relations (depends_on, competes_with, …) in the product knowledge graph.