Skip to content

Memories

List task-type memories

GET /external/v1/projects/{project_id}/task-types/{task_type}/memories
ParameterDefaultDescription
limit20Page size (max 100)
offset0Pagination 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

Built with VitePress