Resume a wait workflow trace

Submit results for a paused wait workflow trace. The backend resumes the workflow and then runs the configured evaluators.

Path parameters

experiment_idstringRequired

Experiment ID returned as id in experiment responses.

log_idstringRequired

Trace ID returned as id in experiment trace list responses.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.

Request

Submit results for a paused wait workflow trace. input and output may be any JSON-serializable value.

inputanyRequired
Input data for the workflow.
outputanyRequired
Output data from the workflow.
metricsmap from strings to anyOptional
Numeric metrics such as cost, latency, and token counts.
metadatamap from strings to anyOptional
Additional metadata to attach to the trace.

Response

Trace resumed.
idstring
trace_unique_idstring
statusstring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error