Skip to main content
GET
/
api
/
logs
Query logs
curl --request GET \
  --url http://localhost:4318/api/logs
{
  "rows": [
    {}
  ],
  "count": 123
}

Query Parameters

date_from
string
date_to
string
project_id
string
service_name
string
severity_ge
integer
body_like
string
trace_id
string
span_id
string
time_ms_from
integer
time_ms_to
integer
select
string
max_rows
integer
default:100
storage
enum<string>
default:auto
Available options:
auto,
local,
s3

Response

200 - application/json

OK

rows
object[]
required
count
integer
required