Retrieve the most recent thread memory summary for an external user
Authorization: Bearer YOUR_API_KEY
?apiKey=YOUR_API_KEY
Parameter | Type | Required | Description |
---|---|---|---|
userExternalId | string | Yes | The external identifier for the user whose memory should be retrieved |
userExternalId
- The external identifier for the userthreadId
- Internal thread identifier (number)threadExternalId
- External thread identifier (can be null if not provided when thread was created)summary
- The AI-generated memory summary content from the most recent threadcreatedAt
- ISO 8601 timestamp when the thread was createdStatus Code | Description | Response Body |
---|---|---|
400 | Missing required parameter | {"error": "Missing required parameter: userExternalId"} |
401 | Invalid or missing API key | {"error": "Unauthorized - Invalid or missing API key"} |
404 | User not found or no memory available | {"error": "No user or no memory found"} |