Memories
List task-type memories
GET /external/v1/projects/{project_id}/task-types/{task_type}/memories| Parameter | Default | Description |
|---|---|---|
limit | 20 | Page size (max 100) |
offset | 0 | Pagination offset |
Response: { task_type, memories: [{id, memory, created_at}], count, offset, limit }
Note: For semantic similarity search, use the
list_task_type_memories(query=...)function in a Workflow script.
Get task memories
GET /external/v1/projects/{project_id}/tasks/{task_id}/memories?limit=20&offset=0