Ahmad
Ahmad4w ago

Get Observation but not with full details

Hi, In the python low-level SDK, is there a way to get observations without all the fields to get the response faster? I just need the start_time and the end_time of the observation and not the full input and output. There is a similar thing for traces, TraceWithFullDetails and TraceWithDetails.
1 Reply
Marc
Marc4w ago
Unfortunately not. What do you do with the start/end-time? Maybe there is another way to achieve this, would love to help figure this out