POST
/v1/private/tracesCreate traceGet trace
Request body
application/json
objectTrace_Write
end_timestring · date-timeenvironmentstringerror_infoobjectShow child attributes
exception_typestringrequiredmessagestringtracebackstringrequiredidstring · uuidinputobjectShow child attributes
anyOf · 3 options
Option 1object
Option 2array of object
Option 3string
last_updated_atstring · date-timenamestringproject_namestringIf null, the default project is used
sourcestringstart_timestring · date-timerequiredtagsarray of stringShow child attributes
thread_idstringttftnumber · doubleTime to first token in milliseconds
{
"end_time": "2026-06-09T00:00:00Z",
"environment": "string",
"error_info": {
"exception_type": "string",
"message": "string",
"traceback": "string"
},
"id": "00000000-0000-0000-0000-000000000000",
"input": {},
"last_updated_at": "2026-06-09T00:00:00Z",
"metadata": {},
"name": "string",
"output": {},
"project_name": "string",
"source": "evaluator",
"start_time": "2026-06-09T00:00:00Z",
"tags": [
"string"
],
"thread_id": "string",
"ttft": 0
}Responses
Headers
Location