traces

Update Trace

Update a trace's metadata fields.

patch/v2/trace/{trace_id}

Path parameters

trace_idstring uuid required

Request body

namestring nullable
descriptionstring nullable

Response

Successful Response

idstring uuid required
job_idstring uuid required
task_version_idstring uuid nullable
task_slugstring nullable
task_idstring uuid nullable
instance_idstring uuid nullable
inference_llm_model_idstring uuid nullable
statusstring required
rewardnumber nullable
stop_reason'done' | 'max_steps' | 'length' | 'timeout' | 'malformed_tool_call'
viewsinteger
errorstring nullable
evaluation_resultobject nullable
start_timestring date-time nullable
end_timestring date-time nullable
created_atstring date-time required
task_promptstring nullable
task_namestring nullable
namestring nullable
descriptionstring nullable
metadataobject
job_namestring nullable
execution_mode'external' | 'cloud' | 'hosted' required
publicboolean
is_ownerboolean
can_editboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.