Return persisted pipeline log records for the authenticated workspace, newest first.
Query Parameters
level?|
ERROR | WARN | INFO | DEBUG
stage?|
Pipeline stage name
since?|
ISO 8601 datetime lower bound
limit?Limit
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/logs"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Query By Dynamic Relation
Query notes by dynamic relation type. Returns notes connected to source via the specified relation type.
Query Reasoning
Query reasoning traces. Use cases: - "Why did I choose Python?" → finds reasoning traces mentioning Python decisions - artifact_id → finds reasoning that CAUSES this artifact