AckdbRawPayloadRecord
A raw source payload stored in Postgres. Used for L3 evidence tier - deep evidence, citations, and debugging.
Properties
idstringrequiredULID identifier for the raw payload.
sourcestringrequiredSource system that produced this payload.
payloadobjectrequiredThe raw source payload as-is.
createdAtstring <date-time>requiredWhen this payload was ingested.
Example
AckdbRawPayloadRecord example
{
"id": "01HXYZ123456789ABCDEFGH",
"source": "slack",
"payload": {},
"createdAt": "1970-01-01T00:00:00.000Z"
}