List Learnings
List learning records with pagination and optional filters. For a scoped (non-admin) caller with user isolation enabled, results are bound to that user and also include records with no owner (user_id IS NULL) — this covers global, agent, team, session, and entity-scoped learnings; passing a user_id that differs from the caller is rejected with 403. Admins and unscoped callers see all records (optionally filtered by user_id).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by learning type
Filter by user ID
Filter by agent ID
Filter by team ID
Filter by session ID
Filter by namespace
Filter by entity ID
Filter by entity type
Page size
1 <= x <= 10001-indexed page number
x >= 1Field to sort by, e.g. created_at or updated_at (the default). An unrecognised field is ignored.
Sort order (asc or desc)
asc, desc Database ID to query
The database table to use (requires db_id)