AckdbRawPayloadRecord

A raw source payload stored in Postgres. Used for L3 evidence tier - deep evidence, citations, and debugging.

Properties

idstringrequired

ULID identifier for the raw payload.

sourcestringrequired

Source system that produced this payload.

payloadobjectrequired

The raw source payload as-is.

createdAtstring <date-time>required

When this payload was ingested.

Example

AckdbRawPayloadRecord example
{
  "id": "01HXYZ123456789ABCDEFGH",
  "source": "slack",
  "payload": {},
  "createdAt": "1970-01-01T00:00:00.000Z"
}