API referenceGenerated
Get Invocation Spans
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
trace_id*Trace Id
Response Body
application/json
application/json
curl -X GET "https://example.com/invocations/string/spans"[ { "span_id": "string", "parent_span_id": "string", "type": "string", "name": "string", "ts": "2019-08-24T14:15:22Z", "duration_ms": 0, "status": "string", "error_type": "string", "agent_id": "string", "model": "string", "input_tokens": 0, "output_tokens": 0, "reasoning_tokens": 0, "estimated_cost_usd": "string", "tool_name": "string" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}