PATCH
/v1/private/traces/{id}Update trace by idUpdate trace by id
Parameters
idstring · uuidpathrequiredRequest body
application/json
objectTraceUpdate
end_timestring · date-timeenvironmentstringerror_infoobjectShow child attributes
exception_typestringrequiredmessagestringtracebackstringrequiredinputobjectShow child attributes
anyOf · 3 options
Option 1object
Option 2array of object
Option 3string
namestringproject_idstring · uuidIf null and project_name not specified, Default Project is assumed
project_namestringIf null and project_id not specified, Default Project is assumed
sourcestringtagsarray of stringTags
Show child attributes
tags_to_addarray of stringTags to add
Show child attributes
tags_to_removearray of stringTags to remove
Show child attributes
thread_idstringttftnumber · double{
"end_time": "2026-06-09T00:00:00Z",
"environment": "string",
"error_info": {
"exception_type": "string",
"message": "string",
"traceback": "string"
},
"input": {},
"metadata": {},
"name": "string",
"output": {},
"project_id": "00000000-0000-0000-0000-000000000000",
"project_name": "string",
"source": "evaluator",
"tags": [
"string"
],
"tags_to_add": [
"string"
],
"tags_to_remove": [
"string"
],
"thread_id": "string",
"ttft": 0
}