AtlaSent — Record Execution Evaluation
atlasent_record_execution_evaluationRecord the outcome of an approved execution to complete the audit trail by linking evaluation results with actual execution outcomes.
Instructions
Record the outcome of an execution that was permitted by a prior evaluate call. Closes the audit loop with the actual execution result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization ID that owns the evaluation. | |
| details | No | Optional details about what was executed and the result. | |
| outcome | Yes | The actual outcome of the execution. | |
| executed_at | No | ISO-8601 timestamp when the execution completed. | |
| evaluation_id | Yes | The evaluation_id from the prior evaluate call. |