Store Workflow Node Samples (M2M, fail-open)
Best-effort. Caller (agent-runtime) is expected to swallow errors from this route, same discipline as the trace route. Stores the latest captured input/output per node for this run's agent workflow: a second run replaces the row rather than adding one, so the store is bounded by graph size rather than by run count. Values arrive already redacted and size-capped by agent-runtime and are redacted again on write by WorkflowNodeSampleProvider, because this route accepts opaque JSON. Authenticated with a BundleAccessToken for the SAME deployment the run's Conversation belongs to.
Authorization
BundleAccessToken AuthorizationBearer <token>
In: header
Path Parameters
run_id*Run Id
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/bundler/workflow-runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/samples" \ -H "Content-Type: application/json" \ -d '{ "samples": [ { "node_id": "string" } ] }'Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}