Append Workflow Run Trace Step (M2M, fail-open)
Best-effort. Caller (agent-runtime) is expected to swallow errors from this route. 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/trace" \ -H "Content-Type: application/json" \ -d '{ "step": {} }'Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}