Filter arguments
Filter query language
LangSmith supports powerful filtering capabilities with a filter query language to permit complex filtering operations when fetching runs. The filtering grammar is based on common comparators on fields in the run object. Supported comparators include:gte(greater than or equal to)gt(greater than)lte(less than or equal to)lt(less than)eq(equal to)neq(not equal to)has(check if run contains a tag or metadata json blob)search(search for a substring in a string field)
and operator.
These can be applied on fields of the run object, such as its id, name, run_type, start_time / end_time, latency, total_tokens, error, execution_order, tags, and any associated feedback through feedback_key and feedback_score.