Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.mnemom.ai/v1/traces/{trace_id} \ --header 'X-Mnemom-Api-Key: <api-key>'
{ "trace_id": "<string>", "agent_id": "<string>", "timestamp": "2023-11-07T05:31:56Z", "action": { "type": "<string>", "name": "<string>", "category": "<string>" }, "decision": { "selected": "<string>", "selection_reasoning": "<string>", "values_applied": [ "<string>" ], "confidence": 123 }, "verification": { "verified": true, "violations": [ "<string>" ] }, "created_at": "2023-11-07T05:31:56Z" }
Get single trace by ID
Mnemom API key (mnm_... format)
Trace details
Show child attributes
Suggestions
Contact support