Skip to main content
GET
Get all stored facts for a user

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id
string<uuid>
required

Query Parameters

limit
integer
default:100

Max items per page.

Required range: 1 <= x <= 100
cursor
string | null

Opaque continuation token from a prior page's next_cursor; continuation requests must reuse the same limit.

Response

Successful Response

facts
MemoryFactResponse · object[]
required
next_cursor
string | null