Skip to content

List Entities

GET
/api/v1/knowledge-graph/entities

List live graph entities for the authenticated tenant.

When q is supplied (Phase 194-01 KG-SURFACE-01) the result is a case-insensitive prefix autocomplete capped at 20 rows regardless of the caller-supplied limit. An empty or whitespace-only q is treated as “absent” for friendliness — the client does not need to strip before firing the request.

Authorizations

Parameters

Query Parameters

entity_type
Any of:
string

Filter by entity type

limit
integer
default: 50 >= 1 <= 200
q
Any of:
string
<= 100 characters

Name prefix (ILIKE) autocomplete search

Responses

200

Successful Response

Array<object>
object
confidence
required
number
created_at
required
string
description
required
Any of:
string
entity_type
required
string
id
required
string
name
required
string
source_channel
required
Any of:
string

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string