Skip to main content
GET
List memories with filters (paginate).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Flumes-Agent
string

Agent id within the org.

Maximum string length: 128

Query Parameters

entity_id
string
namespace
string
default:default
type
string
tag
string
archived
boolean
default:false
before
string<date-time>
after
string<date-time>
sort
enum<string>
default:timestamp_desc
Available options:
timestamp_desc,
timestamp_asc
limit
integer
default:50

Hint; server may return fewer items.

Required range: x <= 200
cursor
string | null

Opaque cursor returned by previous page.

Response

Page of memories

items
object[]
next_cursor
string | null