Skip to main content
POST
Recall structured memory

Authorizations

Authorization
string
header
required

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

Body

application/json
query
string
required

What to recall.

Maximum string length: 4000
knowledge_base_id
string<uuid>

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

entity
string

Entity name filter.

since
string<date-time>

Only evidence observed after this instant.

limit
integer

Max results (default 8).

Required range: 1 <= x <= 50

Response

Structured recall evidence.

facts
object[]
entities
object[]
episodes
object[]
cards
object[]
object_cards
object[]
objects
object[]
citations
object[]
engine
enum<string>
Available options:
gbrain,
postgres
degraded
boolean