Skip to main content
POST
Get Logs Histogram

Authorizations

Authorization
string
header
required

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

Query Parameters

timestamp_from
string
required

Start of time range (ISO 8601)

timestamp_to
string | null

End of time range (ISO 8601)

bucket_count
integer
default:30

Number of buckets

Required range: 1 <= x <= 100
log_level
string | null

Comma-separated log levels

Body

application/json

Request body for histogram endpoint.

source_ids
string[]
destination_ids
string[]
transform_ids
string[]

Response

Successful Response

Response model for histogram endpoint.

time_range
HistogramTimeRange · object
required

Time range for histogram response.

buckets
HistogramBucket · object[]
total_logs
integer
default:0
totals_by_level
TotalsByLevel · object | null

Total log counts grouped by severity level.