Search logs
Query log records with filters, free-text search, and keyset pagination. Results are ordered timestamp desc (the only supported sort, mirroring traces).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Free-text query matched against the body field (case-insensitive).
How to combine multiple filters: "and" (default) or "or", mirroring the traces filter_operator.
Maximum rows to return. Defaults to 100 and is capped at 1000.
Opaque cursor for pagination; empty or absent means the first page.
Response
OK
Object discriminator; always "list". Mirrors SearchTracesResponse.
Keyset cursor for the next page; empty when has_more is false.
Exact match count for the full time range (cursor-independent, constant across pages). int64 serializes as a JSON string per protojson.