List memories for a skill
Returns a page of memories stored against the skill in mem0. Caller must at least use the skill; otherwise a 404 is returned (existence is hidden). Pagination follows AIP-158 (pageToken, pageSize, nextPageToken). When no pagination query params are sent, the default page size is 100 (legacy SPA parity). The API can list at most 1000 memories per skill across all pages. Optional userId scopes results to one end-user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric skill id.
42
Query Parameters
Opaque page token from a previous response's nextPageToken. Omit for the first page. AIP-158.
"eyJvZmZzZXQiOjAsInBhZ2VTaXplIjoyNX0"
Items per page. Defaults to 100 when no pagination params are sent (legacy); otherwise 25, clamped to 100.
1 <= x <= 100100
Narrow results to memories tagged with this end-user id (mem0 per-user scope).
"user_clerk_X"
Deprecated alias for pageSize (legacy default was 100). Prefer pageSize.
1 <= x <= 1000100