Removes all evaluation samples derived from this execution
Deletes every sample row across every dataset that was sourced from this execution; use this to fully retract a run from evaluation tooling when it was tagged in error or contains data that shouldn't be retained. Only the dataset cross-references are removed — the underlying execution record, its trace, and any cost data are kept intact. Returns 204 even when there were no samples to delete.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The agent identifier.
The execution identifier.
The tenant identifier
Response Body
curl -X DELETE "https://api.fruxon.com/v1/tenants/string/agents/string/executionRecords/string/samples"{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Lists evaluation samples derived from this execution — one per dataset the execution is tagged into.
Returns the cross-reference rows created by `POST .../executionRecords/{executionRecord}:addToDatasets`, each pointing at the dataset it was added to along with its tags. Useful for showing "this run is in N datasets" affordances in the trace UI and for callers building dataset-curation tooling. Returns an empty list (not 404) if the execution exists but has never been added to a dataset.
Gets the cross-config sandbox impact of this execution.
Returns one row per integration config the run touched in sandbox mode, with the pre-run snapshot id (if the session was auto-snapshotted), the diff against current state (added/modified/removed entities), and the simulator tool-call count. Backs the "Sandbox impact" card in AgentLab and on the execution detail page. Vendor-routed configs do not appear here — they are surfaced on the frontend from the agent revision's bound configs.