campaignstack_export_craft_audit
Export craft audit log rows for a workspace: one row per accepted AI craft (messages, notes, comments, replies, critic passes) with the exact system/user prompts, raw model output, final text, attempt count, and refs (workflow, node, lead, aiUsage cost row). Newest first, paginated via cursor. Use it to diagnose a bad draft from what the model was actually shown, or to assemble a grading set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive createdAt upper bound (Unix ms). | |
| from | No | Inclusive createdAt lower bound (Unix ms). | |
| limit | No | Rows per page (default 50). | |
| cursor | No | Continuation cursor from a previous call. | |
| workspaceId | No | Workspace to export from. Defaults to the API key's workspace. |