Verify chain integrity for one item or the whole workspace (ENTERPRISE).
Query Parameters
item_id?|
Verify a single item's chain instead of the workspace
item_limit?Item Limit
Workspace mode: manifest items verified per call
item_offset?Item Offset
Workspace mode: pagination offset into the manifest
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/audit/verify"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}