memory_get_user
Retrieve user memories from the Pickaxe platform by email, with options to filter by memory type, skip records, and limit results for efficient data access.
Instructions
Get all collected memories for a specific user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| studio | No | Studio name to use. Available: STAGING, MAIN, DEV, PRODUCTION. Default: PRODUCTION | |
| Yes | The user's email address | ||
| memoryId | No | Optional: specific memory schema ID to filter by | |
| skip | No | Number of memories to skip. Default: 0 | |
| take | No | Number of memories to return. Default: 10 |