get_trace
Retrieve detailed trace information and metrics using a trace ID to debug and analyze complex AI agent runs, providing insights into success or failure points.
Instructions
Get trace information and metrics by trace_id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
trace_id | Yes | Trace ID |
Input Schema (JSON Schema)
{
"properties": {
"trace_id": {
"description": "Trace ID",
"type": "string"
}
},
"required": [
"trace_id"
],
"type": "object"
}