Get a specific reasoning trace by ID.
Path Parameters
trace_id*Trace Id
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/reasoning/traces/string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Progress Stream
Stream ProgressEvents as Server-Sent Events. Three modes per progress-event-contract.json SSEEndpoint.modes. Scope is derived server-side; no scope query parameter is accepted. Error codes per contract SSEEndpoint.errors: - 400: invalid query combination - 401: missing/invalid auth (handled by scope middleware) - 403: no workspace membership (handled by scope middleware) - 404: run_id not found in caller's stream window
Get Recall Profile
Get an agent's recall profile for personality-aware retrieval.