{
"entity_id": "art-abc123",
"entity_type": "artifact",
"events": [
{
"id": "log-001",
"event": "artifact_uploaded",
"timestamp": "2026-03-15T10:30:00Z",
"actor": {
"type": "distributor",
"id": "dist-abc123",
"name": "Acme Insurance"
},
"details": {
"ramp_id": "ramp-xyz789",
"template": "Insurance Declaration Page"
}
},
{
"id": "log-002",
"event": "artifact_retrieved",
"timestamp": "2026-03-15T14:30:00Z",
"actor": {
"type": "collector",
"id": "coll-xyz789",
"name": "FirstCity Bank"
},
"details": {
"dock_id": "dock-abc123",
"keys_provided": ["policy_number"],
"score": 20,
"result": "granted"
}
},
{
"id": "log-003",
"event": "artifact_retrieved",
"timestamp": "2026-03-15T15:00:00Z",
"actor": {
"type": "collector",
"id": "coll-xyz789",
"name": "FirstCity Bank"
},
"details": {
"dock_id": "dock-abc123",
"keys_provided": ["policy_number"],
"score": 20,
"result": "granted"
}
}
]
}