Query OTLP Logs from Fileset

View as Markdown
Query logs from parquet files in a fileset. This is an internal endpoint that runs DuckDB queries with direct storage access.

Path parameters

workspacestringRequired
namestringRequired

Request

This endpoint expects an object.
filtersmap from strings to stringsOptional

Key-value filters to apply to the query

limitintegerOptional<=1000Defaults to 100
Maximum number of results to return
page_cursorstringOptional
Cursor for pagination

Response

Successful Response
datalist of objects
totalinteger
next_pagestring
prev_pagestring

Errors

422
Unprocessable Entity Error