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_id
Experiment ID returned as id in experiment responses.
log_id
Trace ID returned as id in experiment trace list responses.
Headers
Authorization
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.
input
Input data for the workflow.
output
Output data from the workflow.
metrics
Numeric metrics such as cost, latency, and token counts.
metadata
Additional metadata to attach to the trace.
Response
Trace resumed.
id
trace_unique_id
status
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error