chieflab_query_proof_ledger
ActiveTool of ChiefLab
P80 — query the persistent proof ledger. USE WHEN the user (or a dashboard) asks 'what has ChiefLab actually shipped for this workspace?' or 'show me the launch history.' Returns the proof rows for executed publishes / sends / manual-posts with the artifact URLs, channels, execution modes, and measurement state. Persistent across cold starts when deps.proofLedgerStore is wired to Supabase; falls back to in-memory (warm function lifetime) otherwise.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Page size (1-500, default 50)."
},
"runId": {
"type": "string",
"description": "Optional. Filter to one run's proofs."
},
"workspaceId": {
"type": "string",
"description": "Optional workspace id (defaults to auth workspace)."
},
"sinceTimestamp": {
"type": "string",
"description": "Optional ISO timestamp; only return proofs published at or after."
},
"measurementDueOnly": {
"type": "boolean",
"description": "When true, returns only rows with measurement_due_at <= now AND measured_at IS NULL. Use this to find what's ready for 24h readback."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries