APIEntities
Get entity relationships
Returns all relationships for a specific entity.
x-api-key<token>
Preferred authentication header.
In: header
Path Parameters
id*string
Query Parameters
type?unknown
Response Body
application/json
curl -X GET "https://api.agent-brains.com/knowledge-base/entities/string/relationships"[
{
"sourceEntity": "string",
"targetEntity": "string",
"categoryPath": [
"string"
],
"type": "string",
"relationDescription": "string"
}
]Empty