From 0b9d72ea8f7f77f060ec27add6eb7500505fdd97 Mon Sep 17 00:00:00 2001 From: nina-kollman <59646487+nina-kollman@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:57:09 +0200 Subject: [PATCH 1/2] fix --- api-reference/warehouse/get_spans.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/api-reference/warehouse/get_spans.mdx b/api-reference/warehouse/get_spans.mdx index 3b31399..500812f 100644 --- a/api-reference/warehouse/get_spans.mdx +++ b/api-reference/warehouse/get_spans.mdx @@ -19,11 +19,11 @@ 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. @@ -39,7 +39,7 @@ Retrieve spans from the data warehouse with flexible filtering and pagination op Filter spans by span name. - + Sort order for results. Accepted values: `asc` or `desc`. @@ -61,7 +61,9 @@ 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. + + Supported operators: `equals`, `not_equals`, `greater_than`, `less_than`, `exists`, `not_exists`, `contains`, `starts_with` @@ -101,7 +103,7 @@ Returns an array of Span objects: The trace state information. - + The name of the span. From 5693a0eb057b42f27a0852c1e37ae52c52323cd0 Mon Sep 17 00:00:00 2001 From: nina-kollman <59646487+nina-kollman@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:12:16 +0200 Subject: [PATCH 2/2] more names --- api-reference/warehouse/get_spans.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/api-reference/warehouse/get_spans.mdx b/api-reference/warehouse/get_spans.mdx index 500812f..c500a8e 100644 --- a/api-reference/warehouse/get_spans.mdx +++ b/api-reference/warehouse/get_spans.mdx @@ -27,7 +27,7 @@ Retrieve spans from the data warehouse with flexible filtering and pagination op End time in Unix seconds timestamp. - + Filter spans by workflow name. @@ -35,7 +35,7 @@ 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. @@ -66,10 +66,6 @@ Retrieve spans from the data warehouse with flexible filtering and pagination op Supported operators: `equals`, `not_equals`, `greater_than`, `less_than`, `exists`, `not_exists`, `contains`, `starts_with` - - Logical operator to apply between filter conditions. Accepted values: `AND` or - `OR`. - ## Response