Update Trace
Updates an existing trace on your Confident AI project.
Path parameters
uuid
The UUID of the trace you wish to update.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Request
input
This is the input to the trace.
output
This is the output of the trace.
endTime
This is the time the trace ended.
name
This is the name of the trace.
environment
This is the environment where your trace was posted, which helps with separating and debugging traces from different environments on the Confident AI platform.
Allowed values:
metadata
This is any additional metadata associated with the trace.
baseSpans
This is the list of base spans associated with the trace.
llmSpans
This is the list of LLM spans associated with the trace.
retrieverSpans
This is the list of retriever spans associated with the trace.
toolSpans
This is the list of tool spans associated with the trace.
agentSpans
This is the list of agent spans associated with the trace.
Response
success
A boolean indicating the success or failure of the API call
data
deprecated
This is true if this endpoint is deprecated.