diff --git a/api-reference/warehouse/get_spans.mdx b/api-reference/warehouse/get_spans.mdx index 3b31399..c500a8e 100644 --- a/api-reference/warehouse/get_spans.mdx +++ b/api-reference/warehouse/get_spans.mdx @@ -19,15 +19,15 @@ Retrieve spans from the data warehouse with flexible filtering and pagination op List of environment project IDs to filter by. - + Start time in Unix seconds timestamp. - + End time in Unix seconds timestamp. - + Filter spans by workflow name. @@ -35,11 +35,11 @@ Retrieve spans from the data warehouse with flexible filtering and pagination op Key-value pairs of attributes to filter by. - + Filter spans by span name. - + Sort order for results. Accepted values: `asc` or `desc`. @@ -61,14 +61,12 @@ Retrieve spans from the data warehouse with flexible filtering and pagination op - Array of filter conditions to apply to the query. - + Array of filter conditions to apply to the query. Each filter should have `id`, `value`, and `operator` fields. Filters must be URL-encoded. - - Logical operator to apply between filter conditions. Accepted values: `AND` or - `OR`. + Supported operators: `equals`, `not_equals`, `greater_than`, `less_than`, `exists`, `not_exists`, `contains`, `starts_with` + ## Response Returns an array of Span objects: @@ -101,7 +99,7 @@ Returns an array of Span objects: The trace state information. - + The name of the span.