Query spans
Usequery_spans to retrieve span summaries matching a set of filters. All filters are optional. If min_start_time is not provided, the query defaults to the last 15 minutes. Start with run_id to scope results to a specific run.
Endpoint: POST /v1/observability/spans
Retrieve a span
Useretrieve_span to fetch the full span object for a specific span by ID. Unlike query_spans, which returns summaries, this returns the complete record.
Endpoint: GET /v1/observability/spans/{span_id}