Skip to main content
POST
Search logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
from
string<date-time>
to
string<date-time>
query
string

Free-text query matched against the body field (case-insensitive).

filter_operator
string

How to combine multiple filters: "and" (default) or "or", mirroring the traces filter_operator.

filters
object[]
sort
object[]
limit
integer<int32>

Maximum rows to return. Defaults to 100 and is capped at 1000.

page_token
string

Opaque cursor for pagination; empty or absent means the first page.

Response

200 - application/json

OK

object
string

Object discriminator; always "list". Mirrors SearchTracesResponse.

data
object[]
has_more
boolean
next_page_token
string

Keyset cursor for the next page; empty when has_more is false.

meta
object
total_count
string

Exact match count for the full time range (cursor-independent, constant across pages). int64 serializes as a JSON string per protojson.