You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"bins": number, // Optional. Number of bins for histogram (1-100), default: 10
2447
+
"row_limit": number // Optional. Row limit for results (1-1000)
2448
+
}
2445
2449
}
2446
2450
```
2447
2451
@@ -6024,6 +6028,14 @@ client.trace.list()
6024
6028
<dl>
6025
6029
<dd>
6026
6030
6031
+
**fields:**`typing.Optional[str]` — Comma-separated list of fields to include in the response. Available field groups are 'core' (always included), 'io' (input, output, metadata), 'scores', 'observations', 'metrics'. If not provided, all fields are included. Example: 'core,scores,metrics'
Optional filter for traces where the environment is one of the provided values.
214
215
216
+
fields : typing.Optional[str]
217
+
Comma-separated list of fields to include in the response. Available field groups are 'core' (always included), 'io' (input, output, metadata), 'scores', 'observations', 'metrics'. If not provided, all fields are included. Example: 'core,scores,metrics'
Optional filter for traces where the environment is one of the provided values.
560
566
567
+
fields : typing.Optional[str]
568
+
Comma-separated list of fields to include in the response. Available field groups are 'core' (always included), 'io' (input, output, metadata), 'scores', 'observations', 'metrics'. If not provided, all fields are included. Example: 'core,scores,metrics'
0 commit comments