Postprocess Clarity Snapshot
postprocessClaritySnapshotRe-run postprocessing agents on an existing v2 clarity snapshot. Targets either the current-process snapshot or the transformation-proposal snapshot, identified by id in the body. Flips the process status to generating and returns 202 immediately; agents run asynchronously and flip the status back to review once they settle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The snapshot kind to post-process. | |
| process_id | Yes | The clarity process id | |
| current_process_id | No | Required when type is `current_process`. | |
| transformation_proposal_id | No | Required when type is `transformation_proposal`. |