get_draft_audit
Retrieve the complete audit trail for a draft, showing who submitted, approved, rejected, scheduled, or published it with timestamps and actor names. Use it to trace draft history or debug a failed publish.
Instructions
Fetch the audit trail for a single draft: who submitted it, when, who approved/rejected/scheduled/published it, with timestamps and actor names. Use this when the user asks 'what happened to this draft', 'who approved this', or wants to debug a publish that didn't fire. Returns an ordered list of audit events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draftId | Yes | The draft id (UUID). |