curl --request GET \
--url https://api.mnemom.ai/v1/agents/{agent_id}/compliance-export \
--header 'Authorization: Bearer <token>'{
"agent_id": "<string>",
"export_id": "<string>",
"generated_at": "2023-11-07T05:31:56Z",
"period": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"checkpoints": [
{}
],
"reclassifications": [
{
"reclassification_id": "<string>",
"checkpoint_id": "<string>",
"agent_id": "<string>",
"original_type": "<string>",
"new_type": "<string>",
"reason": "<string>",
"score_impact": {
"previous_score": 123,
"new_score": 123,
"delta": 123
}
}
],
"card_amendments": [
{}
],
"score_history": [
{}
]
}Export a comprehensive compliance record for the agent including all checkpoints, reclassifications, card amendments, and score history. Returns a structured document suitable for regulatory audits and compliance reviews.
curl --request GET \
--url https://api.mnemom.ai/v1/agents/{agent_id}/compliance-export \
--header 'Authorization: Bearer <token>'{
"agent_id": "<string>",
"export_id": "<string>",
"generated_at": "2023-11-07T05:31:56Z",
"period": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"checkpoints": [
{}
],
"reclassifications": [
{
"reclassification_id": "<string>",
"checkpoint_id": "<string>",
"agent_id": "<string>",
"original_type": "<string>",
"new_type": "<string>",
"reason": "<string>",
"score_impact": {
"previous_score": 123,
"new_score": 123,
"delta": 123
}
}
],
"card_amendments": [
{}
],
"score_history": [
{}
]
}Supabase JWT token in Authorization: Bearer header
Agent identifier (e.g. smolt-abc123)
Export format
json, csv Start of time range
End of time range