PATCH
/v1/private/traces/batchBatch update tracesUpdate multiple traces
Request body
application/json
objectTraceBatchUpdate
Request to batch update multiple traces
idsarray of string · uuidrequiredList of trace IDs to update (max 1000)
Show child attributes
merge_tagsbooleanIf true, merge tags with existing tags instead of replacing them. Default: false
updateobjectrequiredShow child attributes
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{
"ids": [
"00000000-0000-0000-0000-000000000000"
],
"merge_tags": true,
"update": {
"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
}
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}