SmartMemory
GET
/memory/temporal/compliance/report

Generate compliance report (HIPAA, GDPR, SOC2).

Returns comprehensive audit report suitable for compliance requirements. Includes all access, modifications, and deletions in time range.

Query Parameters

start_date*Start Date

Report start date

end_date*End Date

Report end date

report_type?Report Type

Report type: HIPAA, GDPR, or SOC2

item_ids?array<string>|

Specific items to include

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/temporal/compliance/report?start_date=string&end_date=string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}