List Memory Records
Memory
List Memory Records
List memory records for the authenticated user.
Always scoped to the API-key’s user_id — provenance and domain are additional filters layered on top. Soft-deleted records (is_active = false) are excluded from both the page and the total.
IDOR AUDIT PASS — all queries scoped to authenticated user_id
GET
List Memory Records
Authorizations
EDN API key presented as 'Bearer ' in the Authorization header. Create and manage keys from the Console.
Query Parameters
Filter by provenance class
Filter by domain
Max records to return (capped at 200)
Required range:
x >= 1Pagination offset
Required range:
x >= 0