Skip to main content
GET
List agent memories

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Query Parameters

scope_type
string

Filter by scope: CLIENT (MSP-wide) or END_CLIENT.

scope_id
string

Filter by scope id (the end-client company id for END_CLIENT).

category
string

Filter by category: SEMANTIC, PROCEDURAL, or EPISODIC.

created_by
string

Filter by source (e.g. ADMIN, SYNC_PSA_DISCOVERY, REVIEWER).

text
string

Full-text filter over memory content.

include_deleted
boolean

Include soft-deleted memories (true/false, default false).

include_test_mode
boolean

Include test-mode memories (true/false, default false).

offset
integer

Row offset for pagination (default 0).

limit
integer

Items per page (1-100, default 50).

Response

Success.

data
PublicMemoryListPage · object
required
meta
object
required