Python SDK
traces
Get a trace
Get a single trace with its full span tree and LLM calls.
Pass ?include=eval_scores to embed the trace’s eval scores inline.
Without that param, the scores live at GET /traces//eval-scores
(API-001 fix — they were previously only at the sub-endpoint).
GET
Python SDK
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Path Parameters
Query Parameters
Comma-separated extras: eval_scores
Cookies
Response
Successful Response
The response is of type Response Get Trace Api V1 Traces Trace Id Get · object.