Skip to main content
POST
Query the brain entity graph

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
knowledge_base_id
string<uuid>

Knowledge base to scope to; defaults to the company default.

entity
string

Entity name filter.

limit
integer

Max rows (default 20).

Required range: 1 <= x <= 50

Response

Entity graph.

entities
object[]
relations
object[]
engine
enum<string>
Available options:
gbrain,
postgres
degraded
boolean