Skip to main content
GET
List beliefs, with the filters that produced them

Authorizations

Authorization
string
header
required

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

Query Parameters

status
string

One brain_claims status. Default: candidate, active, confirmed.

level
string

company | team. There is no agent level on any brain_* table.

key
string

Exact normalized_key.

include_shadowed
boolean

true to drop the default status filter.

cursor
string

Opaque keyset cursor from the previous response's next_cursor. Never an offset.

limit
integer

1..200. Default 50.

Required range: 1 <= x <= 200

Response

Beliefs, newest observation first.

items
object[]
next_cursor
string | null