gingeerjx
gingeerjx2mo ago

Get trace by metadata key

Hi, is there an endpoint to get traces using the metadata key? In Python SDK I can see a method like fetch_traces, which uses multiple parameters to filter traces out, however, there is no metadata field. Is it supported?
2 Replies
Marc
Marc2mo ago
Filtering by metadata key isn’t yet supported via the api and sdks. Thanks for the feedback that this would be useful. You can filter by name/tags though.
gingeerjx
gingeerjx2mo ago
Sure, thanks for the help