x-cpod-domain: mutations
Mutations
Governed write orchestrator — prepare, review, and commit EDM mutations with audit trails.
Try in explorer
client.mutationsMutation
A governed write operation with prepare-review-commit lifecycle.
REST path
client.mutationsOperations
prepareMutationreviewMutationcommitMutationgetMutationStatusSDK
// list — returns only your records; add filters/search:
await client.mutations.list()| Field | Type | Description |
|---|---|---|
| id* | uuid | Mutation ID. |
| domain* | string | Target EDM domain. |
| operation* | enum | Mutation operation type.createupdatedelete |
| payload* | json | Mutation payload. |
| status* | enum | Mutation lifecycle status.preparedreviewingapprovedcommittedfailed |
| prepared_by | uuid | User who prepared the mutation. |
| reviewed_by | uuid | User who reviewed the mutation. |
| committed_by | uuid | User who committed the mutation. |
| audit_trail | json | Full audit trail of the mutation. |
| error | string | Error message if mutation failed. |